Skip to content

Commit 7897682

Browse files
committed
fixed typo
1 parent 0b9d0fa commit 7897682

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/input.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ void ReplayInput::late_update() {
204204
#ifdef DEBUG_BUILD
205205
static constexpr auto verbose_logging = true;
206206
#else
207-
static constepxr auto verbose_logging = false;
207+
static constexpr auto verbose_logging = false;
208208
#endif
209209
if constexpr (verbose_logging) {
210210
spdlog::info("comparing tetrion snapshots");

0 commit comments

Comments
 (0)