From bbe50bdaf1dcebd1e6627929704f231c2a02bbcb Mon Sep 17 00:00:00 2001 From: skytrias Date: Fri, 23 Jun 2023 16:21:52 +0200 Subject: -strict-style fix --- vendor/nanovg/gl/gl.odin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/nanovg/gl/gl.odin b/vendor/nanovg/gl/gl.odin index fb1c063f7..630e36dd4 100644 --- a/vendor/nanovg/gl/gl.odin +++ b/vendor/nanovg/gl/gl.odin @@ -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 }) } } -- cgit v1.2.3