Fixed typo

This commit is contained in:
CobaltXII
2019-01-03 16:06:47 -05:00
parent c6ffa3f9c1
commit 4268bf856e

View File

@@ -4,7 +4,7 @@
const vec3 sky_color = vec3(186.0f / 255.0f, 214.0f / 255.0f, 254.0f / 255.0f); const vec3 sky_color = vec3(186.0f / 255.0f, 214.0f / 255.0f, 254.0f / 255.0f);
// The block texture arry. // The block texture array.
uniform sampler2DArray block_texture_array; uniform sampler2DArray block_texture_array;