mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-22 12:59:07 -06:00
GIve correct identifier for touch module (oops..)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user