mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-15 03:30:53 +01:00
Fix sys.precise_sleep being interpreted the wrong way around.
This commit is contained in:
@@ -122,7 +122,7 @@ namespace Robust.Shared.Timing
|
||||
_prof = prof;
|
||||
_sawmill = sawmill;
|
||||
|
||||
_precisionSleep = options.Precise ? new PrecisionSleepUniversal() : PrecisionSleep.Create();
|
||||
_precisionSleep = options.Precise ? PrecisionSleep.Create() : new PrecisionSleepUniversal();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user