mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 03:29:44 -06:00
Update WebGUI hash
This commit is contained in:
@@ -274,10 +274,10 @@ asset.onDeinitialize(function()
|
||||
openspace.action.removeAction(ReloadGui)
|
||||
|
||||
openspace.clearKey("Shift+Up")
|
||||
openspace.actiion.removeAction(DateToNowImmediate)
|
||||
openspace.action.removeAction(DateToNowImmediate)
|
||||
|
||||
openspace.clearKey("Up")
|
||||
openspace.actiion.removeAction(DateToNowInterpolate)
|
||||
openspace.action.removeAction(DateToNowInterpolate)
|
||||
|
||||
openspace.clearKey("Shift+Down")
|
||||
openspace.action.removeAction(RealTimeDeltaStepImmediate)
|
||||
|
||||
@@ -4,7 +4,7 @@ local guiCustomization = asset.require("customization/gui")
|
||||
|
||||
|
||||
-- Select which commit hashes to use for the frontend and backend
|
||||
local frontendHash = "654c79e7f30e61249b93be509758ac675022e5f3"
|
||||
local frontendHash = "95ed7fb5853d27d2b879f6f409f3101a018e03ce"
|
||||
|
||||
local frontend = asset.resource({
|
||||
Identifier = "WebGuiFrontend",
|
||||
|
||||
Reference in New Issue
Block a user