mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Fix typos (#2839)
Found via `codespell -q 3 -S ./3rdparty,*.ttf -L attribut,ba,clude,conly,indext,inout,lod,nclude,retur,struc,unknwn,utput`
This commit is contained in:
@@ -407,7 +407,7 @@ function converter.funcs(params)
|
||||
return
|
||||
end
|
||||
|
||||
-- skipp for now, don't know how to handle variadic functions
|
||||
-- skip for now, don't know how to handle variadic functions
|
||||
if func.cname == "dbg_text_printf" or func.cname == "dbg_text_vprintf" then
|
||||
return
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user