diff options
Diffstat (limited to 'src/client/players')
| -rw-r--r-- | src/client/players/Raw.hx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/players/Raw.hx b/src/client/players/Raw.hx index 4fa000b..266f0a2 100644 --- a/src/client/players/Raw.hx +++ b/src/client/players/Raw.hx @@ -71,8 +71,8 @@ class Raw implements IPlayer { } function restartControlsHider():Void { - if (Utils.isTouch()) return; video.controls = true; + if (Utils.isTouch()) return; if (controlsHider != null) controlsHider.stop(); controlsHider = Timer.delay(() -> { video.controls = false; |
