mirror of
https://github.com/Clortox/dashboard.git
synced 2026-03-04 00:58:00 +00:00
Update code to reflect new file name
This commit is contained in:
@@ -138,7 +138,7 @@ void weather::update_texture(){
|
||||
|
||||
//background image
|
||||
SDL_RenderCopy(board::getRenderer(),
|
||||
board::getImage("sky.png"), NULL, NULL);
|
||||
board::getImage("weather_background.png"), NULL, NULL);
|
||||
|
||||
//current weather
|
||||
tgt.y = 50;
|
||||
|
||||
Reference in New Issue
Block a user