Skip to content

Commit c7a737c

Browse files
committed
Replaced DEPTH_COMPONENT32F tabs with spaces for consistency
1 parent cc8c184 commit c7a737c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/sdl/sdl/GL.hx

+1-1
Original file line numberDiff line numberDiff line change
@@ -924,7 +924,7 @@ class GL {
924924
public static inline var DEPTH_COMPONENT16 = 0x81A5;
925925
public static inline var DEPTH_COMPONENT24 = 0x81A6;
926926
public static inline var DEPTH24_STENCIL8 = 0x88F0;
927-
public static inline var DEPTH_COMPONENT32F = 0x8cac;
927+
public static inline var DEPTH_COMPONENT32F = 0x8cac;
928928
public static inline var STENCIL_INDEX = 0x1901;
929929
public static inline var STENCIL_INDEX8 = 0x8D48;
930930
public static inline var DEPTH_STENCIL = 0x84F9;

0 commit comments

Comments
 (0)