Improve readability of code slightly
This commit is contained in:
@@ -47,7 +47,7 @@ namespace JabyEngine {
|
||||
}
|
||||
|
||||
constexpr void set_mode(CounterMode_t mode) {
|
||||
this->mode = *mode;
|
||||
this->mode = mode;
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user