2
0
Nicolas Cannasse 2 жил өмнө
parent
commit
29c913af7c
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      h3d/impl/SceneProf.hx

+ 1 - 1
h3d/impl/SceneProf.hx

@@ -1,5 +1,5 @@
-#if sceneprof
 package h3d.impl;
+#if sceneprof
 
 private class Frame {
 	public var samples : Array<{ time : Float, sect: String, stack : Array<String> }> = [];