mirror of
https://github.com/lubosz/overte.git
synced 2025-04-16 15:30:11 +02:00
Fix incorrect assert
This commit is contained in:
parent
2f8c3f2f24
commit
0df6661f5b
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ static int triggerReactionNameToIndex(const QString& reactionName) {
|
|||
}
|
||||
|
||||
static int beginEndReactionNameToIndex(const QString& reactionName) {
|
||||
assert(NUM_AVATAR_BEGIN_END_REACTIONS == TRIGGER_REACTION_NAMES.size());
|
||||
assert(NUM_AVATAR_BEGIN_END_REACTIONS == BEGIN_END_REACTION_NAMES.size());
|
||||
return BEGIN_END_REACTION_NAMES.indexOf(reactionName);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue