Parcourir la source

remove comment for won't fix todo

scottmur il y a 4 ans
Parent
commit
dfdb21f68e
1 fichiers modifiés avec 1 ajouts et 2 suppressions
  1. 1 2
      Scripts/MaterialScreenshotTests.bv.lua

+ 1 - 2
Scripts/MaterialScreenshotTests.bv.lua

@@ -67,8 +67,7 @@ function GenerateMaterialScreenshot(imageComparisonThresholdLevel, materialName,
     ArcBallCameraController_SetDistance(options.cameraDistance)
     ArcBallCameraController_SetPan(Vector3(0.0, 0.0, options.cameraZ))
     
-    -- Give some extra frames for the textures to finish streaming in. 
-    -- [GFX TODO] Hopefully at some point we can make this deterministic
+    -- Give some extra frames for the textures to finish streaming in.
     IdleFrames(10) 
 
     options.screenshotFilename = string.lower(options.screenshotFilename)