summaryrefslogtreecommitdiff
path: root/kurator/src/Title.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kurator/src/Title.cpp')
-rw-r--r--kurator/src/Title.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kurator/src/Title.cpp b/kurator/src/Title.cpp
index e5d2e2f..e6c23b2 100644
--- a/kurator/src/Title.cpp
+++ b/kurator/src/Title.cpp
@@ -22,7 +22,7 @@ Title::Title(std::shared_ptr<Session> _session) :
void
-Title::update(const float)
+Title::update()
{
ImGui::SetNextWindowSize({GetScreenWidth()/3.0f, 0.0f}, ImGuiCond_Once);
ImGui::SetNextWindowPos({GetScreenWidth()/2.0f, GetScreenHeight()/2.0f}, ImGuiCond_Once, {0.5f, 0.4f});