This commit is contained in:
Kartik K. Agaram 2023-12-17 14:32:35 -08:00
parent c3df57ce61
commit f60a8509ee
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
on.resize = function(w, h)
Viewport.w = w
Viewort.h = h
end
Viewport.h = h
end