mirror of https://github.com/bkaradzic/bgfx
Fixed error.
This commit is contained in:
parent
9a20f4ff31
commit
aa9f65e377
|
@ -13,6 +13,7 @@ namespace entry
|
|||
{
|
||||
const Event* poll()
|
||||
{
|
||||
return NULL;
|
||||
}
|
||||
|
||||
void release(const Event* /*_event*/)
|
||||
|
|
Loading…
Reference in New Issue