(svn r21198) -Fix: don't call variables properties in debug messages

This commit is contained in:
rubidium
2010-11-15 16:43:46 +00:00
parent d9647c0e3b
commit 878a06dd9a
12 changed files with 13 additions and 13 deletions

View File

@@ -160,7 +160,7 @@ const SpriteGroup *DeterministicSpriteGroup::Resolve(ResolverObject *object) con
}
if (!available) {
/* Unsupported property: skip further processing and return either
/* Unsupported variable: skip further processing and return either
* the group from the first range or the default group. */
return SpriteGroup::Resolve(this->num_ranges > 0 ? this->ranges[0].group : this->default_group, object);
}