GIve correct identifier for touch module (oops..)

This commit is contained in:
Emma Broman
2023-03-10 14:20:50 +01:00
parent 8506f1d15a
commit 7bdb4ef101

View File

@@ -1,6 +1,6 @@
asset.onInitialize(function ()
-- Avoid errors for developers when building without the touch module
if not openspace.modules.isLoaded("touch") then
if not openspace.modules.isLoaded("Touch") then
return
end