Skip to content

Commit fb58005

Browse files
committed
wip: more uint
1 parent db1b6a3 commit fb58005

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/engine/renderer/glsl_source/lighttile_fp.glsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ void main() {
114114

115115
idxs_t idxs = uvec4( 0, 0, 0, 0 );
116116

117-
uint lightCount = 0;
117+
uint lightCount = 0u;
118118

119119
/* Dynamic lights are put into 4 layers of a 3D texture. Since checking if we already added some light is infeasible,
120120
only process 1 / 4 of different lights for each layer, extra lights going into the last layer. This can fail to add some lights

0 commit comments

Comments
 (0)