Compile fixes for IRIX, submitted by Randall Hopper.

This commit is contained in:
Robert Osfield
2002-04-15 21:48:43 +00:00
parent 5a0f8118b7
commit 9fd7c528f4
13 changed files with 22 additions and 36 deletions

View File

@@ -103,7 +103,7 @@ class SG_EXPORT ImpostorSprite : public Drawable
/** calculate the pixel error value for passing in the ModelViewProjectionWindow transform,
* which transform local coords into screen space.*/
const float ImpostorSprite::calcPixelError(const Matrix& MVPW) const;
const float calcPixelError(const Matrix& MVPW) const;
void setTexture(Texture* tex,int s,int t);