Fixed broken asset

This commit is contained in:
Andreas Engberg
2024-04-09 16:05:02 +02:00
parent 731b6a5407
commit cd30d5f1d3
@@ -1,5 +1,6 @@
local transforms = asset.require("./transforms")
local sun = asset.require("scene/solarsystem/sun/transforms")
local sunTransform = asset.require("scene/solarsystem/sun/transforms")
local sun = asset.require("scene/solarsystem/sun/sun")
@@ -33,7 +34,7 @@ local Gaia = {
Type = "RenderableModel",
GeometryFile = model .. "gaia.obj",
LightSources = {
sun.LightSource,
sunTransform.LightSource,
{
Identifier = "Camera",
Type = "CameraLightSource",