Skip to content

Commit

Permalink
:<
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphaelIT7 committed Nov 27, 2023
1 parent 496c848 commit 47db429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/class_vector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ LUA_FUNCTION(_Vector)
int z = LUA->CheckNumber(3);

Vector vec = Vector(x, y, z);
LUA->PushVector(vec);
Push_Vector(LUA, &vec);

return 1;
}
Expand Down

0 comments on commit 47db429

Please sign in to comment.