Fix compilation errors after the merge
This commit is contained in:
+1
-1
@@ -26,7 +26,7 @@ Viewport *IsPtInWindowViewport(const Window *w, int x, int y);
|
||||
Point TranslateXYToTileCoord(const Viewport &vp, int x, int y, bool clamp_to_map = true);
|
||||
Point GetTileBelowCursor();
|
||||
void UpdateViewportPosition(Window *w, uint32_t delta_ms);
|
||||
void UpdateViewportSizeZoom(Viewport *vp);
|
||||
void UpdateViewportSizeZoom(Viewport &vp);
|
||||
|
||||
bool MarkAllViewportsDirty(int left, int top, int right, int bottom);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user