Exemple #1
0
void VspSubGlWindow::update()
{
    Vehicle* vPtr = VehicleMgr.GetVehicle();

    if ( vPtr )
    {
        if( this->context_valid() )
        {
            _update( vPtr->GetDrawObjs() );
        }
    }
}