From 2c74be99a9966a1a020c0bf64d4ee1204b85b98e Mon Sep 17 00:00:00 2001 From: Demexis Date: Wed, 26 Feb 2025 02:21:34 +0200 Subject: [PATCH] fix: misspelled variable name. --- Runtime/Gizmos/DebugX.text.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Runtime/Gizmos/DebugX.text.cs b/Runtime/Gizmos/DebugX.text.cs index 84b98fa..06751bc 100644 --- a/Runtime/Gizmos/DebugX.text.cs +++ b/Runtime/Gizmos/DebugX.text.cs @@ -153,7 +153,7 @@ namespace DCFApixels { localCamera = currentDrawingSceneView.camera; - if (camera != null) { + if (localCamera != null) { return localCamera.orthographicSize; }