SHERLOCK: SS: Fix freeze when using flower on flask

This commit is contained in:
Paul Gilbert 2015-10-03 21:24:38 -04:00
parent 676f0e01d1
commit 531292e04e

View File

@ -145,7 +145,7 @@ public:
/**
* Returns true if the script stack is empty
*/
virtual bool isSequencesEmpty() const { return _scriptStack.empty(); }
virtual bool isSequencesEmpty() const { return _sequenceStack.empty(); }
/**
* Clears the stack of pending object sequences associated with speakers in the scene