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

@@ -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)};
}
};