C++/SDL Clear Surface?When I draw them to the screen they don't show up. If I draw them to the background it does.
C++/SDL Clear Surface?In my render function I have it like this: [code]void CGame::render() { CResourceManager::apply...
C++/SDL Clear Surface?It only works if I reload the image with my loadImage function. If I just draw it to the screen agai...
C++/SDL Clear Surface?It worked thanks Peter87 :D Should I set background NULL then load the image back to it? It works ei...
C++/SDL Clear Surface?When I do: [code]SDL_FillRect(background, NULL, SDL_MapRGB(screen->format, 0, 0, 0));[/code] It fill...
This user does not accept Private Messages