summaryrefslogtreecommitdiffstats
path: root/game/client/gui/splash.cc
diff options
context:
space:
mode:
Diffstat (limited to 'game/client/gui/splash.cc')
-rw-r--r--game/client/gui/splash.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/game/client/gui/splash.cc b/game/client/gui/splash.cc
index 9990103..5eae0f2 100644
--- a/game/client/gui/splash.cc
+++ b/game/client/gui/splash.cc
@@ -99,7 +99,7 @@ void gui::client_splash::init_late(void)
break;
}
- texture_alpha = math::smoothstep(0.25f, 0.6f, static_cast<float>(remains) / static_cast<float>(DELAY_MICROSECONDS));
+ texture_alpha = glm::smoothstep(0.25f, 0.6f, static_cast<float>(remains) / static_cast<float>(DELAY_MICROSECONDS));
gui::client_splash::render();
}