This commit is contained in:
parent
90d4097793
commit
7123b53ece
17 changed files with 294 additions and 177 deletions
|
@ -509,4 +509,11 @@ int ListSize=Layer.size();
|
|||
}
|
||||
|
||||
UpdateView(View);
|
||||
}
|
||||
}
|
||||
|
||||
/*****************************************************************************/
|
||||
void CCore::Toggle2d3d(CMapEditView *View)
|
||||
{
|
||||
Is3dFlag=!Is3dFlag;
|
||||
UpdateView(View);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue