mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-01 16:29:43 -05:00
Cleanup of mostly asset files
- Fixes for all files - constexpr cleanup - Cosmetic changes - Remove punctuation from the end of messages
This commit is contained in:
@@ -44,7 +44,7 @@ elseif extension == ".asset" then
|
||||
if openspace.asset.isLoaded("]] .. filename .. [[") ~= true then
|
||||
openspace.printInfo("Adding asset: ']] .. filename .. [[' (drag-and-drop)");
|
||||
end
|
||||
openspace.asset.add("]] .. filename .. [[");]] .. ReloadUIScript
|
||||
openspace.asset.add("]] .. filename .. '");' .. ReloadUIScript
|
||||
elseif extension == ".osrec" or extension == ".osrectxt" then
|
||||
return [[openspace.sessionRecording.startPlayback("]] .. filename .. [[")]]
|
||||
return 'openspace.sessionRecording.startPlayback("' .. filename .. '")'
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user