mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-25 13:38:35 -05:00
Fix the name of the camera velocity dashboard item
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
local item = {
|
||||
Type = "DashboardItemVelocity",
|
||||
Identifier = "GlobeLocation",
|
||||
Identifier = "CameraVelocity",
|
||||
Simplification = true,
|
||||
GuiName = "Velocity"
|
||||
GuiName = "Camera Velocity"
|
||||
}
|
||||
|
||||
asset.onInitialize(function()
|
||||
|
||||
Reference in New Issue
Block a user