Improve readability of code slightly

This commit is contained in:
Jaby
2023-03-21 21:51:56 +01:00
parent f4cc1c5ea5
commit 9a964a702e
11 changed files with 127 additions and 117 deletions

View File

@@ -163,7 +163,7 @@ namespace JabyEngine {
}
static constexpr GP1_t DisplayMode(DisplayMode_t mode) {
return {Helper::construct_cmd(0x08, *mode)};
return {Helper::construct_cmd(0x08, mode)};
}
};