use defNew instead of defnew

This commit is contained in:
2021-07-24 15:08:08 -06:00
parent df61721a49
commit 5d991ea295
18 changed files with 18 additions and 18 deletions

View File

@@ -1,4 +1,4 @@
(defnew [])
(defNew [])
(method :Void initialize [:Assets assets]
(assets.loadSurface "laptop" AssetPaths.laptop__srf))