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

@@ -25,7 +25,7 @@ float TSE::GLFW::RenderTexture::height() const
return buffer.GetSize().y;
}
uint TSE::GLFW::RenderTexture::GetTextureId() const
TSE::uint TSE::GLFW::RenderTexture::GetTextureId() const
{
return buffer.GetTextureId();
}