-strict-style fix

This commit is contained in:
skytrias
2023-06-23 16:21:52 +02:00
parent 6b59aee336
commit bbe50bdaf1

View File

@@ -415,7 +415,7 @@ __renderCreateTexture :: proc(
// No mips.
if .GENERATE_MIPMAPS in imageFlags {
log.errorf("Mip-maps is not support for non power-of-two textures (%d x %d)\n", w, h);
log.errorf("Mip-maps is not support for non power-of-two textures (%d x %d)\n", w, h)
excl(&imageFlags, ImageFlags { .GENERATE_MIPMAPS })
}
}