diff options
Diffstat (limited to 'source/frontend/StarCodexInterface.cpp')
-rw-r--r-- | source/frontend/StarCodexInterface.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/frontend/StarCodexInterface.cpp b/source/frontend/StarCodexInterface.cpp index dcd82f3..b773eb5 100644 --- a/source/frontend/StarCodexInterface.cpp +++ b/source/frontend/StarCodexInterface.cpp @@ -50,7 +50,7 @@ void CodexInterface::show() { updateCodexList(); } -void CodexInterface::tick(float dt) { +void CodexInterface::tick(float) { updateCodexList(); } |