Improve readability of code slightly

This commit is contained in:
2023-03-21 21:51:56 +01:00
parent 8e883ad1d1
commit 550d657478
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;
}
};