X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=vg%2Fvg_tex.h;h=4ab300cbcb3ee93f3be148da29ef25f29c2c17a1;hb=ab7f9c0826344344193502caaaa72c4abe48248c;hp=742493b5720d8bfc4a873f864c9b209deb3ecee8;hpb=2224e74bdfc8e19a2de99645246daf671d4323b4;p=fishladder.git diff --git a/vg/vg_tex.h b/vg/vg_tex.h index 742493b..4ab300c 100644 --- a/vg/vg_tex.h +++ b/vg/vg_tex.h @@ -38,7 +38,7 @@ static inline void vg_tex2d_clamp(void) static GLuint vg_tex2d_rgba( const char *path ) { int x,y,nc; - stbi_set_flip_vertically_on_load( 1 ); + stbi_set_flip_vertically_on_load( 0 ); i64 length; u8 *src_data = vg_asset_read_s( path, &length );