mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-24 16:48:18 -05:00
Fixed GCC warning.
This commit is contained in:
parent
d1117f34b5
commit
2e0952bbec
1 changed files with 1 additions and 0 deletions
|
@ -332,6 +332,7 @@ namespace entry
|
|||
|
||||
void setMouseLock(bool _lock)
|
||||
{
|
||||
BX_UNUSED(_lock);
|
||||
}
|
||||
|
||||
} // namespace entry
|
||||
|
|
Loading…
Reference in a new issue