diff options
Diffstat (limited to 'source/game/StarParallax.hpp')
-rw-r--r-- | source/game/StarParallax.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/game/StarParallax.hpp b/source/game/StarParallax.hpp index ca82564..c28145b 100644 --- a/source/game/StarParallax.hpp +++ b/source/game/StarParallax.hpp @@ -31,7 +31,7 @@ struct ParallaxLayer { float zLevel; Vec2F parallaxOffset; String timeOfDayCorrelation; - float speed; + Vec2F speed; bool unlit; bool lightMapped; float fadePercent; |