Explorar o código

added mark("vsync") at endPbr()

Nicolas Cannasse %!s(int64=5) %!d(string=hai) anos
pai
achega
377a81dfcf
Modificáronse 1 ficheiros con 1 adicións e 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 }