PETKA: Fix rendering issue on first screen update

This commit is contained in:
Cameron Cawley 2021-08-30 00:13:03 +01:00 committed by Eugene Sandulenko
parent 2f4b38b093
commit cd98ed87a4

View File

@ -39,7 +39,7 @@ VideoSystem::VideoSystem(PetkaEngine &vm)
_time = g_system->getMillis();
_shake = false;
_shift = false;
_allowAddingRects = false;
_allowAddingRects = true;
}
void VideoSystem::update() {