Fix compilation errors

This commit is contained in:
Pascal Serrarens 2022-06-09 15:28:36 +02:00
parent ad17216055
commit 20db91147d
2 changed files with 0 additions and 4 deletions

View File

@ -230,8 +230,6 @@ namespace Passer.Humanoid {
#endregion #endregion
#else
public override SensorComponent GetSensorComponent() => null;
#endif #endif
} }

View File

@ -147,8 +147,6 @@ namespace Passer.Humanoid {
} }
#endregion #endregion
#else
public override SensorComponent GetSensorComponent() => null;
#endif #endif
} }
} }