neteja final tidy/cppcheck: const*, static, renames de constants
This commit is contained in:
@@ -25,7 +25,7 @@ namespace GlobalInputs {
|
||||
return true;
|
||||
}
|
||||
// F5/F6 només actuen quan el post-procesado està actiu.
|
||||
if (Screen::get()->isShaderEnabled()) {
|
||||
if (Screen::isShaderEnabled()) {
|
||||
if (Input::get()->checkInput(TOGGLE_SHADER_TYPE, REPEAT_FALSE)) {
|
||||
Screen::get()->toggleActiveShader();
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user