small fixes to make it work with demo project
This commit is contained in:
@@ -23,7 +23,7 @@ namespace TSE
|
||||
|
||||
public:
|
||||
string name = "Unnamed";
|
||||
static ITextureHelper* helper;
|
||||
inline static ITextureHelper* helper = nullptr;
|
||||
|
||||
Texture(const string& path);
|
||||
Texture(const int& width, const int& height, int bpp = 32);
|
||||
|
||||
Reference in New Issue
Block a user