浏览代码

remove comment for won't fix todo

scottmur 4 年之前
父节点
当前提交
dfdb21f68e
共有 1 个文件被更改,包括 1 次插入2 次删除
  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)