mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-04 18:51:17 -06:00
Fix capitalization of example video
This commit is contained in:
@@ -2,7 +2,7 @@ local earth = asset.require("scene/solarsystem/planets/earth/earth")
|
||||
|
||||
local layer = {
|
||||
Identifier = "ExampleVideoLocal",
|
||||
Video = asset.localResource("./exampleVideo.mp4"),
|
||||
Video = asset.localResource("./examplevideo.mp4"),
|
||||
Name = "Example Video Local",
|
||||
Enabled = true,
|
||||
Type = "VideoTileLayer"
|
||||
|
||||
Reference in New Issue
Block a user