fix Werror
This commit is contained in:
parent
9ea3e3a2fb
commit
baf7b38e38
@ -71,7 +71,6 @@ void OpenGLWindow::MouseButtonUp( const MouseEvent& rMEvt )
|
|||||||
Point aPoint = rMEvt.GetPosPixel();
|
Point aPoint = rMEvt.GetPosPixel();
|
||||||
if(aPoint == maStartPoint)
|
if(aPoint == maStartPoint)
|
||||||
{
|
{
|
||||||
Color aColor = GetPixel(aPoint);
|
|
||||||
mpRenderer->clickedAt(aPoint, rMEvt.GetButtons());
|
mpRenderer->clickedAt(aPoint, rMEvt.GetButtons());
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user