Return value in vsync_isdone always
This commit is contained in:
parent
b901d298ad
commit
9f3652b1b8
1 changed files with 1 additions and 0 deletions
|
@ -1879,6 +1879,7 @@ int vsync_isdone(frame_time_t* dt)
|
||||||
{
|
{
|
||||||
if (isvsync() == 0)
|
if (isvsync() == 0)
|
||||||
return -1;
|
return -1;
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool target_graphics_buffer_update()
|
bool target_graphics_buffer_update()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue