DREAMWEB: Replaced vsync() function with waitForVSync().
As a call to waitForVSync() was the only contents of vsync(), there should be no functional change.
This commit is contained in:
parent
96ae10c749
commit
ae31469a9a
12 changed files with 46 additions and 51 deletions
|
@ -52,7 +52,7 @@ void DreamWebEngine::talk() {
|
|||
readMouse();
|
||||
animPointer();
|
||||
showPointer();
|
||||
vSync();
|
||||
waitForVSync();
|
||||
dumpPointer();
|
||||
dumpTextLine();
|
||||
_getBack = 0;
|
||||
|
@ -211,7 +211,7 @@ bool DreamWebEngine::hangOnPQ() {
|
|||
readMouse();
|
||||
animPointer();
|
||||
showPointer();
|
||||
vSync();
|
||||
waitForVSync();
|
||||
dumpPointer();
|
||||
dumpTextLine();
|
||||
checkCoords(quitList);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue