Removed deprecated drawImplementation(State&) method from Drawable and Drawable::DrawCallback
This commit is contained in:
@@ -88,7 +88,7 @@ BoundingBox DrawPixels::computeBound() const
|
||||
return bbox;
|
||||
}
|
||||
|
||||
void DrawPixels::drawImplementation(State&) const
|
||||
void DrawPixels::drawImplementation(RenderInfo&) const
|
||||
{
|
||||
glRasterPos3f(_position.x(),_position.y(),_position.z());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user