Nazara/Lua: Fix my dumb ass

This commit is contained in:
Lynix
2019-10-22 14:29:29 +02:00
parent dac4f7806a
commit c668d02747
2 changed files with 2 additions and 1 deletions

View File

@@ -196,6 +196,7 @@ Nazara Engine:
- StackArray and StackVector now have a default constructor initializing them with no size/capacity
- StackArray and StackVector are now movable
- Fixed RigidBody2D::Copy not copying kinematic/dynamic/static status
- Fixed out-of-bounds access in LuaInstance::LoadLibraries
Nazara Development Kit:
- Added ImageWidget (#139)