fix deez tests

This commit is contained in:
bryanthaboi
2026-08-25 09:21:33 -04:00
parent d622e83a8e
commit b35fab845a
2 changed files with 11 additions and 15 deletions
+1
View File
@@ -139,6 +139,7 @@ stub.graphics = {
end,
translate = noop, scale = noop,
rotate = noop, origin = noop, setScissor = noop,
getScissor = function() return nil end,
getDimensions = function() return 640, 576 end,
-- dpi=1 desktop default; issue #87 tests override these for Android density
getPixelDimensions = function() return 640, 576 end,