mirror of
https://github.com/odin-lang/Odin.git
synced 2026-03-03 07:08:20 +00:00
-strict-style fix
This commit is contained in:
2
vendor/nanovg/gl/gl.odin
vendored
2
vendor/nanovg/gl/gl.odin
vendored
@@ -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