From 054fd3877cb22e5fda51822443c5587e2578ce8c Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Mon, 21 Oct 2002 13:03:02 +0000 Subject: [PATCH] Fixed spelling mistake in comment. --- include/osg/Billboard | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/osg/Billboard b/include/osg/Billboard index 81655a5a2..891001783 100644 --- a/include/osg/Billboard +++ b/include/osg/Billboard @@ -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();