This commit is contained in:
parent
16645de3b0
commit
b26a6d76bb
38 changed files with 517 additions and 137 deletions
|
@ -228,7 +228,6 @@ Vector3 ScrOfs(ZoomW/2,ZoomH/2,0);
|
|||
ScrOfs.z=-4.0f;
|
||||
}
|
||||
|
||||
if (ThingBank->NeedLoad()) ThingBank->LoadAllSets(Core);
|
||||
|
||||
glMatrixMode(GL_MODELVIEW);
|
||||
glPushMatrix();
|
||||
|
@ -353,6 +352,7 @@ bool Ret=false;
|
|||
SelectThing(CursorPos);
|
||||
break;
|
||||
case MouseModeNew:
|
||||
GUIChanged(Core);
|
||||
AddThing(CursorPos);
|
||||
break;
|
||||
case MouseModePoints:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue