Fixed Android compilation and warnings

This commit is contained in:
pelya
2021-01-25 21:31:09 +02:00
parent ac91ee617a
commit 2bc0595127
27 changed files with 67 additions and 63 deletions

View File

@@ -2360,7 +2360,7 @@ bool HandleViewportClicked(const Viewport *vp, int x, int y)
return false;
}
bool HandleViewportMouseUp(const ViewPort *vp, int x, int y)
bool HandleViewportMouseUp(const Viewport *vp, int x, int y)
{
if (_move_pressed) return false;