Skip to content

Commit

Permalink
Merge branch 'devel' of https://github.com/Kapim/arcor2_editor into d…
Browse files Browse the repository at this point in the history
…evel
  • Loading branch information
Kapim committed Dec 8, 2021
2 parents 2e8f71b + a69c493 commit a33865d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arcor2_AREditor/Assets/BASE/Scripts/URDF/UrdfManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ public void RemoveOldModels(string robotType) {
/// <param name="robotType">Type of the robot.</param>
/// <returns></returns>
public bool CheckIfNewerRobotModelExists(string robotType, string fileName) {
return false;
// HACK - remove once lastModified on project service get working again
if (RobotModelsSources.TryGetValue(fileName, out bool downloadInProgress)) {
if (downloadInProgress) {
Expand Down

0 comments on commit a33865d

Please sign in to comment.