Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix assertion failed in Sfx::Sfx(const Json &jsonObj)
Fix for "m_value.object->find(key) != m_value.object->end()" assertion error, because Sfx::Sfx(const Json &jsonObj) was trying to get "pos" and "vel" keys from passed "jsonObj" itself, when it should get it from "jsonObj[sfx]" object.
- Loading branch information