mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-10 05:32:18 -06:00
Change to proper format (double) for input argument to libmpv
This commit is contained in:
@@ -548,7 +548,7 @@ void VideoTileProvider::renderMpv() {
|
||||
|
||||
void VideoTileProvider::handleMpvEvents() {
|
||||
while (_mpvHandle) {
|
||||
mpv_event* event = mpv_wait_event(_mpvHandle, 0);
|
||||
mpv_event* event = mpv_wait_event(_mpvHandle, 0.0);
|
||||
if (event->event_id == MPV_EVENT_NONE) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user