new tileset
[fishladder.git] / vg / vg_tex.h
index 4ab300cbcb3ee93f3be148da29ef25f29c2c17a1..742493b5720d8bfc4a873f864c9b209deb3ecee8 100644 (file)
@@ -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 );