Skip to content

Commit 0ceb264

Browse files
authored
adjust example for newly added feature
1 parent 2f5d05d commit 0ceb264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
local type = world.get_type_by_name("UnitStruct")
2-
local constructed = construct(type, {})
2+
local constructed = construct(type, map({}))
33

44
assert(constructed ~= nil, "Value was not constructed")

0 commit comments

Comments
 (0)