This commit is contained in:
Daveo 2000-10-27 18:18:30 +00:00
parent 3d8fc3912c
commit a44030464c
10 changed files with 183 additions and 59 deletions

View file

@ -50,7 +50,7 @@ void CCore::Init(CMapEditView *Wnd)
ActiveLayer=0;
MapPos.x=MapPos.y=MapPos.z=0;
UpdateView(0,0,0);
CTileSet NewSet("c:/SpongeBob/graphics/test.gin");
CTileSet NewSet("c:/temp/test.gin",this);
TileSet.push_back(NewSet);
}
@ -70,6 +70,7 @@ void CCore::Render()
Layers[i]->Render(MapPos,Test3dFlag);
glDisable(GL_DEPTH_TEST);
}
ParentWindow->Invalidate();
}