theme selection
[fishladder.git] / vg / vg_tex.h
index c757b1826a42996aa643fe51259195e5d7d66c3f..4c14540ca431a4b5404534dc5d44f27938e04467 100644 (file)
@@ -12,12 +12,10 @@ struct vg_tex2d
        GLuint name;
 };
 
-#pragma pack(push,1)
 struct vg_sprite
 {
-       u16 uvx, uvy, w, h;
+       v4f uv_xywh;
 };
-#pragma pack(pop)
 
 static void vg_tex2d_bind( vg_tex2d *tex, u32 id )
 {