mirror of
https://github.com/glest/glest-source.git
synced 2025-09-26 23:49:03 +02:00
- moved map render logic into a shared base class
This commit is contained in:
@@ -148,7 +148,7 @@ Program::Program(int w, int h) {
|
||||
ofsetX = 0;
|
||||
ofsetY = 0;
|
||||
map = new MapPreview();
|
||||
renderer.init(w, h);
|
||||
renderer.initMapSurface(w, h);
|
||||
}
|
||||
|
||||
Program::~Program() {
|
||||
|
Reference in New Issue
Block a user