mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Get rid of _IRR_OVERRIDE_
macro
This commit is contained in:
parent
5f1ff453c9
commit
695d526764
2 changed files with 1 additions and 5 deletions
|
@ -206,7 +206,7 @@ public:
|
|||
{
|
||||
}
|
||||
|
||||
virtual void setRelativeMode(bool relative) _IRR_OVERRIDE_
|
||||
virtual void setRelativeMode(bool relative) override
|
||||
{
|
||||
// Only change it when necessary, as it flushes mouse motion when enabled
|
||||
if (relative != static_cast<bool>(SDL_GetRelativeMouseMode())) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue