From 1105c0aa5906a6cd27da5ed5cf9e3871e07ebcb1 Mon Sep 17 00:00:00 2001 From: moechofe Date: Fri, 13 Oct 2017 23:15:32 +0200 Subject: [PATCH] fix: LuaTable.copyTo() --- luad/table.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luad/table.d b/luad/table.d index dbe4802..f90d786 100644 --- a/luad/table.d +++ b/luad/table.d @@ -177,7 +177,7 @@ struct LuaTable { push(); fillStruct(this.state, -1, s); - lua_pop(L, 1); + lua_pop(this.state, 1); } /**