Skip to content

Commit

Permalink
Removed Possible Segfault
Browse files Browse the repository at this point in the history
  • Loading branch information
tkpmonke committed Nov 17, 2024
1 parent 8098d81 commit 993f936
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/implosion/gui/gui_scenehierarchy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ void ProcessNode(Ignition::Object* obj, Implosion::GUI* gui)

ImGui::TreePop();
}

/* Removed Due To Seg Faults :(
if (ImGui::BeginDragDropSource()) {
ImGui::SetDragDropPayload("SCENE_OBJECT", obj, sizeof(Ignition::Object*));
ImGui::Text("%s", obj->name.data());
Expand All @@ -55,7 +55,7 @@ void ProcessNode(Ignition::Object* obj, Implosion::GUI* gui)
}
}
}

*/


if (b)
Expand Down

0 comments on commit 993f936

Please # to comment.