Improve readability of code slightly

This commit is contained in:
Jaby
2023-03-21 21:51:56 +01:00
committed by Jaby
parent 94f12db6f8
commit 163662ba75
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)};
}
};