From 747064d184a118a73234fb047bbca3156fad78d5 Mon Sep 17 00:00:00 2001 From: bp2008 Date: Mon, 6 Feb 2023 16:26:55 -0700 Subject: [PATCH] Version 229: * Fixed a bug where the wrong video frame was shown if you were using the HTML5 video player and digitally zoomed in while the player was paused. * Added "Renderer" row to Stats for nerds when using the HTML5 video player. It shows whether the native HTML5 video element is being used or the canvas. --- ui3.htm | 2 +- ui3/ui3.js | 16 +++++++++++++++- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/ui3.htm b/ui3.htm index 451a840..1c07c62 100644 --- a/ui3.htm +++ b/ui3.htm @@ -88,7 +88,7 @@ };