rdeioris / LuaMachine

Unreal Engine Plugin for Lua APIs implementation
MIT License
581 stars 120 forks source link

FromJsonValue is currently 0 based index, should be 1 based #8

Closed Smoozilla closed 4 years ago

Smoozilla commented 4 years ago

LuaMachine\Source\LuaMachine\Private\LuaValue.cpp ln 233 FLuaValue::FromJsonValue int32 Index = 0 should be int32 Index = 1 as to created 1 based index tables instead of 0 based