1
0
Fork 0
mirror of https://github.com/ctruLua/ctruLua.git synced 2025-10-27 16:39:29 +00:00

Moved ":setBlendColor()" to the texture object, removed useless functions

This commit is contained in:
Firew0lf 2015-08-22 19:54:25 +02:00
parent 49ae4454d3
commit 604247f278
3 changed files with 17 additions and 45 deletions

View file

@ -5,6 +5,7 @@ typedef struct {
sf2d_texture *texture;
float scaleX;
float scaleY;
u32 blendColor;
} texture_userdata;
#endif