Remove TODO

This commit is contained in:
Vasilii Rogin 2023-04-23 21:43:20 +03:00
parent 89324682d6
commit 75cc266b25
1 changed files with 0 additions and 2 deletions

View File

@ -89,8 +89,6 @@ public:
ProgramValue GetArray(const SFallScriptValue& key)
{
// TODO assoc
auto element_index = key.asInt();
if (element_index < 0 || element_index >= size()) {
return SFallScriptValue(0);