Progress
This commit is contained in:
@ -16,7 +16,8 @@ namespace Dawn {
|
||||
|
||||
public:
|
||||
Mesh mesh;
|
||||
Texture *texture;
|
||||
struct Color color = COLOR_WHITE;
|
||||
Texture *texture = nullptr;
|
||||
|
||||
/**
|
||||
* UI Sprite Constructor, use the UIElement / UIComponent create instead.
|
||||
|
Reference in New Issue
Block a user