corregidos varios bugs
This commit is contained in:
@@ -339,14 +339,14 @@ void Screen::checkInput()
|
||||
const std::string size = std::to_string(options->video.window.size);
|
||||
showNotification("Window size x" + size);
|
||||
}
|
||||
#endif
|
||||
|
||||
else if (input->checkInput(input_video_shaders, DO_NOT_ALLOW_REPEAT))
|
||||
if (input->checkInput(input_video_shaders, DO_NOT_ALLOW_REPEAT))
|
||||
{
|
||||
switchShaders();
|
||||
}
|
||||
#endif
|
||||
|
||||
if (input->checkInput(input_showinfo, DO_NOT_ALLOW_REPEAT))
|
||||
else if (input->checkInput(input_showinfo, DO_NOT_ALLOW_REPEAT))
|
||||
{
|
||||
showInfo = !showInfo;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user