예제 #1
0
파일: viewer.cpp 프로젝트: PNCG/neuron
void Viewer::Draw () {
    Selection* s = GetSelection();

    GraphicBlock::Draw();
    s->Init(this);
    s->Show(this);

    _damage->Reset();
}