Explorar el Código

added mark("vsync") at endPbr()

Nicolas Cannasse hace 5 años
padre
commit
377a81dfcf
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      h3d/scene/pbr/Renderer.hx

+ 1 - 0
h3d/scene/pbr/Renderer.hx

@@ -477,6 +477,7 @@ class Renderer extends h3d.scene.Renderer {
 			hasDebugEvent = false;
 			hxd.Window.getInstance().removeEventTarget(onEvent);
 		}
+		mark("vsync");
 	}
 
 	var debugPushPos : { x : Float, y : Float }