small fixes to make it work with demo project

This commit is contained in:
2026-01-18 00:47:11 +01:00
parent 8ca2e4942f
commit 5a550880ff
17 changed files with 37 additions and 26 deletions

View File

@@ -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);