MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / DeselectAll

Method DeselectAll

Source/Editors/map_editor.cpp:2231–2235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2229}
2230
2231void MapEditor::DeselectAll(SceneGraph* scenegraph) {
2232 for (auto& object : scenegraph->objects_) {
2233 object->Select(false);
2234 }
2235}
2236
2237static float matrix_distance_squared(const mat4& a, const mat4& b) {
2238 float total = 0.0f;

Callers 1

DrawImGuiFunction · 0.45

Calls 1

SelectMethod · 0.45

Tested by

no test coverage detected