mirror of
https://github.com/DCFApixels/Unity-DebugX.git
synced 2025-09-18 01:54:37 +08:00
fix: misspelled variable name.
This commit is contained in:
parent
eff3652307
commit
2c74be99a9
@ -153,7 +153,7 @@ namespace DCFApixels {
|
||||
|
||||
localCamera = currentDrawingSceneView.camera;
|
||||
|
||||
if (camera != null) {
|
||||
if (localCamera != null) {
|
||||
return localCamera.orthographicSize;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user