Fixed spelling mistake in comment.

This commit is contained in:
Robert Osfield 2002-10-21 13:03:02 +00:00
parent ac0de068d9
commit 054fd3877c

View File

@ -114,7 +114,7 @@ class SG_EXPORT Billboard : public Geode
PositionList _positionList;
// used internally as cache of which what _axis is aligned to help
// deicde which method of rotation to use.
// decide which method of rotation to use.
int _cachedMode;
Vec3 _side;
void updateCache();