mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-03 17:30:04 -05:00
Include helper assets and base assets explicitly
Add a new function to export profile struct to module text
This commit is contained in:
@@ -9,7 +9,6 @@ local bindKeys = function(t, ignoreWarning)
|
||||
|
||||
local currentKey = openspace.getKeyBinding(k.Key)
|
||||
if (next(currentKey) ~= nil) and (not ignoreWarning) then
|
||||
|
||||
openspace.printWarning('New keybind for "' .. k.Key .. '" is added, but a previous keybind already existed. If you want to silence this warning, pass "true", to this call to bindKeys')
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user