Quellcode durchsuchen

constants order

Benjamin Guignabert vor 4 Jahren
Ursprung
Commit
a91f21a1ce
1 geänderte Dateien mit 4 neuen und 4 gelöschten Zeilen
  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;