Cleanup
This commit is contained in:
@@ -42,7 +42,7 @@ namespace Services {
|
||||
|
||||
private void TryEmitSwap(Vector2 downScreen, Vector2 upScreen)
|
||||
{
|
||||
if (this.inputCamera == null) return;
|
||||
if (this.inputCamera is null) return;
|
||||
|
||||
Vector2 downWorld = this.inputCamera.ScreenToWorldPoint(downScreen);
|
||||
Vector2 upWorld = this.inputCamera.ScreenToWorldPoint(upScreen);
|
||||
|
||||
Reference in New Issue
Block a user