Probando stage changes

This commit is contained in:
2022-08-30 22:53:16 +02:00
parent 7b492b6942
commit fff400be8f
3 changed files with 3 additions and 2 deletions

View File

@@ -398,7 +398,6 @@ color_t Room::getBGColor()
void Room::fillMapTexture()
{
SDL_SetRenderTarget(renderer, mapTexture);
SDL_SetTextureBlendMode(mapTexture, SDL_BLENDMODE_BLEND);
SDL_SetRenderDrawColor(renderer, 0x00, 0x00, 0x00, 0x00);
SDL_RenderClear(renderer);