fix bizarre-seeming fuzzymap prints

This commit is contained in:
2024-10-14 18:18:34 -05:00
parent 07d932e531
commit ee7ffcba72

View File

@@ -299,7 +299,7 @@
(prop :Array<Array<Dynamic>> propNames [])
(method :String getPropName [:Prop prop]
(doFor [_prop name] propNames
(unless (.exists .props (_currentScene) name)
(unless (.existsExactly .props (_currentScene) name)
(continue))
(when (director.propEquals prop _prop) (return name)))
(throw "Couldn't get name of prop $prop in $propNames"))