Fix for Issue #124 for CustomMaterial Refraction

This commit is contained in:
DavidWyand-GG 2012-11-08 16:00:52 -05:00
parent aa3a6d52ff
commit 0047842b33
3 changed files with 11 additions and 4 deletions

View file

@ -101,7 +101,7 @@ public:
GFXTexHandle allocRenderTarget( const Point2I &size );
GFXTextureObject* getRefractTex();
GFXTextureObject* getRefractTex( bool forceUpdate = false );
BaseMatInstance* getReflectionMaterial( BaseMatInstance *inMat ) const;