comparison Render.h @ 1269:34b08429a6b8

inserted missing pragma pack(pop)
author Grumpy7
date Sat, 15 Jun 2013 01:58:19 +0200
parents 2929c4406d2c
children 613c77e51e38
comparison
equal deleted inserted replaced
1268:2929c4406d2c 1269:34b08429a6b8
42 float rhw; 42 float rhw;
43 unsigned int diffuse; 43 unsigned int diffuse;
44 unsigned int specular; 44 unsigned int specular;
45 Vec2_float_ texcoord; 45 Vec2_float_ texcoord;
46 }; 46 };
47 #pragma pack(pop)
47 48
48 class Sprite; 49 class Sprite;
49 class SpriteFrame; 50 class SpriteFrame;
50 51
51 /* 161 */ 52 /* 161 */