mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-28 10:35:43 -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)
|
void setMouseLock(bool _lock)
|
||||||
{
|
{
|
||||||
|
BX_UNUSED(_lock);
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace entry
|
} // namespace entry
|
||||||
|
|
Loading…
Reference in a new issue