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:
parent
bc0a7cbc76
commit
7a7c7c9f64
@ -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 ();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user