Skip to content
Snippets Groups Projects
Commit 7eeb01ee authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Merge branch 'openjazz' into 'master'

Add patch for openjazz

See merge request !189
parents 53915515 ea13ffee
No related branches found
No related tags found
1 merge request!189Add patch for openjazz
diff -rupNw source-original/src/io/gfx/video.cpp source/src/io/gfx/video.cpp
--- source-original/src/io/gfx/video.cpp 2018-12-03 01:26:03.479047234 +0100
+++ source/src/io/gfx/video.cpp 2018-12-02 21:50:10.650021649 +0100
@@ -516,7 +516,7 @@ void Video::flip (int mspf, PaletteEffec
}
// Show what has been drawn
- SDL_Flip(screen);
+ SDL_UpdateRect(screen, 0, 0, screen->w, screen->h);
return;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment