WIP: Add a research tree view #1
1 changed files with 2 additions and 0 deletions
|
@ -402,8 +402,10 @@ void SaveTool::drawResearchTree() {
|
||||||
_tree->readEngineUnlocks(_currentProfile->engineInventory(), _currentProfile->gearInventory());
|
_tree->readEngineUnlocks(_currentProfile->engineInventory(), _currentProfile->gearInventory());
|
||||||
|
|
||||||
_tree->generateOSTree();
|
_tree->generateOSTree();
|
||||||
|
_tree->readOSUnlocks(_currentProfile->osInventory(), _currentProfile->moduleInventory());
|
||||||
|
|
||||||
_tree->generateArchTree();
|
_tree->generateArchTree();
|
||||||
|
_tree->readArchUnlocks(_currentProfile->archInventory(), _currentProfile->techInventory());
|
||||||
}
|
}
|
||||||
|
|
||||||
if(ImGui::BeginTabBar("##TreeTabBar")) {
|
if(ImGui::BeginTabBar("##TreeTabBar")) {
|
||||||
|
|
Loading…
Reference in a new issue