From ca1426eabc873f781eb0dd389d45634b7d183250 Mon Sep 17 00:00:00 2001 From: Kae <80987908+Novaenia@users.noreply.github.com> Date: Mon, 22 Apr 2024 06:07:59 +1000 Subject: Lua chat callbacks + better font styling golly gee whiz!! i hope i didn't fuck something up --- source/game/StarParallax.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/game/StarParallax.cpp') diff --git a/source/game/StarParallax.cpp b/source/game/StarParallax.cpp index 2670699..d537b2c 100644 --- a/source/game/StarParallax.cpp +++ b/source/game/StarParallax.cpp @@ -62,7 +62,7 @@ void ParallaxLayer::addImageDirectives(Directives const& newDirectives) { if (directives) { String dirString = directives.string(); - auto& newString = newDirectives.shared->string; + auto& newString = newDirectives->string; if (!newString.empty()) { if (newString.utf8().front() != '?') dirString += "?"; -- cgit v1.2.3