mirror of
https://github.com/glest/glest-source.git
synced 2025-08-09 09:56:30 +02:00
more fixes for editor
This commit is contained in:
@@ -27,7 +27,7 @@ public:
|
||||
~BaseRenderer() { }
|
||||
|
||||
virtual void initMapSurface(int clientW, int clientH);
|
||||
virtual void renderMap(MapPreview *map, int x, int y, int clientW, int clientH, int cellSize);
|
||||
virtual void renderMap(MapPreview *map, int x, int y, int clientW, int clientH, int cellSize, bool grid=false);
|
||||
};
|
||||
|
||||
}} // end namespace
|
||||
|
Reference in New Issue
Block a user