small fixes for windows

This commit is contained in:
2026-02-09 15:25:01 +01:00
parent 330d4b26dc
commit 55dce5776a
3 changed files with 21 additions and 3 deletions

View File

@@ -1,5 +1,6 @@
#include "TileSet.hpp"
#include "Debug.hpp"
#include "Types.hpp"
#define PADDING 0.0f
@@ -45,7 +46,7 @@ int TSE::TileSet::GetSpriteIdAt(int x, int y)
return y * resx + x;
}
uint TSE::TileSet::GetTextueID()
TSE::uint TSE::TileSet::GetTextueID()
{
return tex->GetTextureId();
}