mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Fixed docs.
This commit is contained in:
@@ -449,7 +449,7 @@ local function codetemp(func)
|
||||
|
||||
if func.class then
|
||||
-- It's a member function
|
||||
cargs[1] = func.this .. " _this"
|
||||
cargs[1] = func.this .. " _this"
|
||||
conversion[1] = func.this_conversion
|
||||
cppfunc = "This->" .. func.name
|
||||
callargs[1] = "_this"
|
||||
|
||||
Reference in New Issue
Block a user