made the editor work by debugging on windows

This commit is contained in:
2026-01-18 16:49:45 +01:00
parent b73d09f09f
commit 23e7707122
11 changed files with 41 additions and 32 deletions

View File

@@ -163,7 +163,7 @@ void TSE::Texture::SetChanels(const byte &ch)
chanels = ch;
}
uint TSE::Texture::GetTextureId() const
TSE::uint TSE::Texture::GetTextureId() const
{
return TextureID;
}