Cross platform build fixes.

This commit is contained in:
Robert Osfield
2005-05-13 11:11:52 +00:00
parent ec2adb2477
commit e82a63ca81
5 changed files with 18 additions and 14 deletions

View File

@@ -26,6 +26,7 @@
#include <osgSim/ImpostorSprite>
using namespace osg;
using namespace osgSim;
ImpostorSprite::ImpostorSprite()
@@ -45,6 +46,9 @@ ImpostorSprite::ImpostorSprite()
_color.set(1.0f, 1.0f, 1.0f, 1.0f );
}
ImpostorSprite::ImpostorSprite(const ImpostorSprite&): Drawable() {}
ImpostorSprite::~ImpostorSprite()
{
if (_ism)