1
0
mirror of https://github.com/blupi-games/planetblupi synced 2024-12-30 10:15:36 +01:00

Fix init image output rect when loading

This commit is contained in:
Mathieu Schroeter 2018-07-17 23:46:06 +02:00
parent bc0a7cbc76
commit 7a7c7c9f64

View File

@ -841,8 +841,8 @@ DoInit (int argc, char * argv[], bool & exit)
rcRect.left = 0;
rcRect.top = 0;
rcRect.right = LXLOGIC ();
rcRect.bottom = LYLOGIC ();
rcRect.right = LXIMAGE ();
rcRect.bottom = LYIMAGE ();
g_pPixmap->DrawImage (-1, CHBACK, rcRect); // dessine le fond
g_pPixmap->Display ();