mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-14 01:42:22 -07:00
-strict-style fix
This commit is contained in:
Vendored
+1
-1
@@ -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 })
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user