Move pair to V2

This commit is contained in:
2025-11-14 02:13:03 +00:00
parent 292a1c3f42
commit bfd7aa619e
6 changed files with 27 additions and 27 deletions
+1 -1
View File
@@ -417,4 +417,4 @@ getDistortions cfig w
| otherwise = []
setViewport :: (Config -> ResFactor) -> Config -> IO ()
setViewport f = uncurry (glViewport 0 0) . getWindowSize f
setViewport f = uncurryV (glViewport 0 0) . getWindowSize f