mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-24 05:01:43 +00:00
PETKA: Fix rendering issue on first screen update
This commit is contained in:
parent
2f4b38b093
commit
cd98ed87a4
@ -39,7 +39,7 @@ VideoSystem::VideoSystem(PetkaEngine &vm)
|
||||
_time = g_system->getMillis();
|
||||
_shake = false;
|
||||
_shift = false;
|
||||
_allowAddingRects = false;
|
||||
_allowAddingRects = true;
|
||||
}
|
||||
|
||||
void VideoSystem::update() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user