Browse Source

Light::clean() cannot be hidden.

Don't know why, though.
vectorfields
Vladimír Vondruš 14 years ago
parent
commit
e9a7a532bf
  1. 2
      src/Light.h

2
src/Light.h

@ -48,7 +48,7 @@ class MAGNUM_EXPORT Light: public Object {
/**
* Recomputes light position.
*/
MAGNUM_LOCAL void clean(const Matrix4& absoluteTransformation);
void clean(const Matrix4& absoluteTransformation);
private:
Vector4 _position;

Loading…
Cancel
Save