fps meter cannot be interacted with anymore

This commit is contained in:
MonkeyGG2
2023-10-22 12:59:08 -04:00
parent 75bdb2ba3c
commit 4c92e8df13
+1
View File
@@ -153,4 +153,5 @@ jQuery.fn.extend({showModal: function() {
fpsMeter.style.fontFamily = "'Flexi IBM VGA True (437', monospace";
fpsMeter.style.fontSize = "24px";
fpsMeter.style.zIndex = "10000";
fpsMeter.style.pointerEvents = "none";
})();