zooming properly with z key (with some async artefacts)

This commit is contained in:
minjaesong
2019-08-11 21:33:12 +09:00
parent b63bf88cd7
commit d8d095c0a2
4 changed files with 132 additions and 1 deletions

View File

@@ -21,7 +21,7 @@ object CommandDict {
"togglenoclip" to ToggleNoClip,
"nc" to ToggleNoClip,
"setlocale" to SetLocale,
"zoom" to Zoom,
//"zoom" to Zoom,
"teleport" to Teleport,
"tp" to Teleport,
"cat" to CatStdout,