Fixed vehicle selection hiding on selection

This commit is contained in:
2014-06-03 01:12:50 +02:00
parent 4596fffb91
commit 0ad3d8ed76
4 changed files with 9 additions and 6 deletions
+1 -2
View File
@@ -26,8 +26,7 @@ public:
vp1->X = 0;
vp1->Width = this->Width / 2.f;
//new PlayerHUD(vp1, "PlayerHUD", m_World, 1);
new VehicleSelection(vp1, "VehicleSelection", m_World, 1);
auto vehicleSelection = new VehicleSelection(vp1, "VehicleSelection", m_World, 1);
vp2 = new Viewport(worldFrame, "Viewport2", m_World);
vp2->X = vp1->Right();