mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-18 04:53:06 +01:00
Function setWindowTitle() now returns void.
This commit is contained in:
@@ -207,7 +207,7 @@ namespace entry
|
||||
BX_UNUSED(_width, _height);
|
||||
}
|
||||
|
||||
bool setWindowTitle(const char* _title)
|
||||
void setWindowTitle(const char* _title)
|
||||
{
|
||||
BX_UNUSED(_title);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user