Skip to content

Commit

Permalink
small fix in tables
Browse files Browse the repository at this point in the history
  • Loading branch information
UmbrellaLeaf5 committed May 9, 2024
1 parent 2985d55 commit be8fac1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions data_tools/tables_connection/tables_connection.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,8 @@ void TablesConnection::UpdateTables() {
UpdateTable(manager_->GetHills());
UpdateTable(manager_->GetTrappyLines());
UpdateTable(manager_->GetTrappyCircles());

UpdateTablesConnections();
}

// TODO: переписать так, чтобы оно меняло конкретное поле, а не целую точку
Expand Down

0 comments on commit be8fac1

Please sign in to comment.