gldraw.cpp

changeset 110
a62ab18d1b80
parent 109
f40b35142586
child 111
125e8031dbf1
equal deleted inserted replaced
109:f40b35142586 110:a62ab18d1b80
524 LDObject* obj = g_CurrentFile->object (idx); 524 LDObject* obj = g_CurrentFile->object (idx);
525 g_ForgeWindow->paSelection.push_back (obj); 525 g_ForgeWindow->paSelection.push_back (obj);
526 } 526 }
527 527
528 g_ForgeWindow->buildObjList (); 528 g_ForgeWindow->buildObjList ();
529 g_ForgeWindow->updateSelection ();
530 529
531 bPicking = false; 530 bPicking = false;
532 glEnable (GL_DITHER); 531 glEnable (GL_DITHER);
533 532
534 setBackground (); 533 setBackground ();

mercurial