From 1d024dfff3c9e1dfe7caab24d6f9efd462c49800 Mon Sep 17 00:00:00 2001 From: Alexander Bock Date: Wed, 10 May 2017 15:39:42 -0400 Subject: [PATCH] Use correct variable for Sun transformation --- data/scene/sun/sun.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/scene/sun/sun.mod b/data/scene/sun/sun.mod index 6905d9de89..11b0e1516d 100644 --- a/data/scene/sun/sun.mod +++ b/data/scene/sun/sun.mod @@ -30,7 +30,7 @@ return { }, PerformShading = false, }, - Transformation = { + Transform = { Translation = { Type = "SpiceTranslation", Body = "SUN", @@ -56,7 +56,7 @@ return { Texture = "textures/sun-glare.png", BlendMode = "Additive" }, - Transformation = { + Transform = { Translation = { Type = "SpiceTranslation", Body = "SUN",