Improve readability of code slightly

This commit is contained in:
Jaby
2023-03-21 21:51:56 +01:00
committed by Jaby
parent e35bd6000a
commit 1829f1f5e3
11 changed files with 127 additions and 117 deletions

View File

@@ -47,7 +47,7 @@ namespace JabyEngine {
}
constexpr void set_mode(CounterMode_t mode) {
this->mode = *mode;
this->mode = mode;
}
};