suppress some warnings
This commit is contained in:
@@ -67,7 +67,7 @@ namespace OpenVulkano
|
||||
public:
|
||||
[[nodiscard]] bool GetButton(const InputKey::Keyboard::Key button) const
|
||||
{
|
||||
return keyState[button] > 0;
|
||||
return keyState[button];
|
||||
}
|
||||
|
||||
[[nodiscard]] bool GetButtonUp(const InputKey::Keyboard::Key button) const
|
||||
|
||||
Reference in New Issue
Block a user