Changed: Table keys are integers

--HG--
branch : develop
hg/feature/material-editor
kervala 9 years ago
parent 839928a57a
commit 59c06630cd

@ -5177,7 +5177,7 @@ namespace NLGUI
{ {
if (!it.nextKey().isInteger()) if (!it.nextKey().isInteger())
{ {
nlwarning("%s : bad key encountered with type %s, number expected.", funcName, it.nextKey().getTypename()); nlwarning("%s : bad key encountered with type %s, integer expected.", funcName, it.nextKey().getTypename());
continue; continue;
} }
if (!it.nextValue().isString()) if (!it.nextValue().isString())

Loading…
Cancel
Save