Nicolas Cannasse 2 年之前
父节点
当前提交
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> }> = [];