Explorar o código

constants order

Benjamin Guignabert %!s(int64=4) %!d(string=hai) anos
pai
achega
a91f21a1ce
Modificáronse 1 ficheiros con 4 adicións e 4 borrados
  1. 4 4
      src/sceneComponent.ts

+ 4 - 4
src/sceneComponent.ts

@@ -69,10 +69,10 @@ export class SceneComponentConstants {
 
     public static readonly STEP_AFTERRENDERTARGETDRAW_LAYER = 0;
 
-    public static readonly STEP_AFTERCAMERADRAW_EFFECTLAYER = 0;
-    public static readonly STEP_AFTERCAMERADRAW_LENSFLARESYSTEM = 1;
-    public static readonly STEP_AFTERCAMERADRAW_EFFECTLAYER_DRAW = 2;
-    public static readonly STEP_AFTERCAMERADRAW_PREPASS = 3;
+    public static readonly STEP_AFTERCAMERADRAW_PREPASS = 0;
+    public static readonly STEP_AFTERCAMERADRAW_EFFECTLAYER = 1;
+    public static readonly STEP_AFTERCAMERADRAW_LENSFLARESYSTEM = 2;
+    public static readonly STEP_AFTERCAMERADRAW_EFFECTLAYER_DRAW = 3;
     public static readonly STEP_AFTERCAMERADRAW_LAYER = 4;
 
     public static readonly STEP_AFTERRENDER_AUDIO = 0;