Skip to content

Commit

Permalink
Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
crashkonijn committed Nov 7, 2024
1 parent f7cf91c commit 6d66cda
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ private void ValidateCalledFromConstructor()
);

if (!calledFromConstructor)
throw new InvalidOperationException("Multi sensor registration must be added from the constructor of the sensor, not the Created method.");
UnityEngine.Debug.LogWarning("Multi sensor registration must be added from the constructor of the sensor, not the Created method.");
#endif
}
}
Expand Down

0 comments on commit 6d66cda

Please sign in to comment.