X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=vg%2Fvg_tex.h;h=742493b5720d8bfc4a873f864c9b209deb3ecee8;hb=076dd0fbd6e35277edaf474b041e570728575f56;hp=4ab300cbcb3ee93f3be148da29ef25f29c2c17a1;hpb=57a968ab8ebab8b69852c81697bc8cd27f4784ed;p=fishladder.git diff --git a/vg/vg_tex.h b/vg/vg_tex.h index 4ab300c..742493b 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( 0 ); + stbi_set_flip_vertically_on_load( 1 ); i64 length; u8 *src_data = vg_asset_read_s( path, &length );