Fix issue with example video for the globe

This commit is contained in:
Alexander Bock
2023-09-12 13:18:11 +02:00
parent e763aeeba9
commit a2004e7bad

View File

@@ -9,7 +9,7 @@ local Layer = {
Name = "Globe Video Loop Example",
Identifier = "GlobeVideoLoopExample",
Enabled = true,
Type = "VideoTileLayer",
Type = "VideoTileProvider",
Video = asset.localResource("examplevideo.mp4"),
}