Improve readability of code slightly
This commit is contained in:
@@ -22,11 +22,11 @@ namespace JabyEngine {
|
||||
#endif
|
||||
|
||||
static void enable() {
|
||||
GPU_IO::GP1 = *GPU_IO::Command::SetDisplayState(GPU_IO::DisplayState::On);
|
||||
GPU_IO::GP1 = GPU_IO::Command::SetDisplayState(GPU_IO::DisplayState::On);
|
||||
}
|
||||
|
||||
static void disable() {
|
||||
GPU_IO::GP1 = *GPU_IO::Command::SetDisplayState(GPU_IO::DisplayState::Off);
|
||||
GPU_IO::GP1 = GPU_IO::Command::SetDisplayState(GPU_IO::DisplayState::Off);
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user