This commit is contained in:
2026-05-02 21:08:47 +02:00
parent e4389f035d
commit fcc598adb1
11 changed files with 35 additions and 32 deletions

View File

@@ -41,7 +41,7 @@ namespace Game::Renderer {
Texture::~Texture() {
if (mTex)
SDL_DestroyTexture(mTex);
LOG("Destroyed texture '" << mId << "'")
LOG("Tekstura '" << mId << "' uničena")
}
SDL_Texture* Texture::getSDLTexture() {