mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-19 21:42:59 +01:00
Remove printf in entry_asmjs that requires stdio.h
This commit is contained in:
committed by
Бранимир Караџић
parent
87d0852b58
commit
6838719246
@@ -303,7 +303,6 @@ namespace entry
|
||||
|
||||
EM_BOOL Context::focusCb(int eventType, const EmscriptenFocusEvent* event, void* userData)
|
||||
{
|
||||
printf("focusCb %d", eventType);
|
||||
BX_UNUSED(event, userData);
|
||||
|
||||
if (event)
|
||||
|
||||
Reference in New Issue
Block a user