summaryrefslogtreecommitdiff
path: root/scene/3d
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2018-02-01 17:26:13 +0100
committerGitHub <noreply@github.com>2018-02-01 17:26:13 +0100
commit0033e72a0f4d5ec271340fae86e0b64445720330 (patch)
tree0408490c937f6a91d6935dd2ab4dab2891badd48 /scene/3d
parent4cb64feae8f118529a5e1108c13d8fe05771857f (diff)
parent08d4bfacafa8abe435d51a6afecb276030a23280 (diff)
Merge pull request #16276 from bcr3ative/issue_15668
Fix inconsistencies and typos in argument names
Diffstat (limited to 'scene/3d')
-rw-r--r--scene/3d/camera.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/3d/camera.h b/scene/3d/camera.h
index 3fd3303a25..e2679870de 100644
--- a/scene/3d/camera.h
+++ b/scene/3d/camera.h
@@ -97,7 +97,7 @@ protected:
void _update_camera_mode();
void _notification(int p_what);
- virtual void _validate_property(PropertyInfo &property) const;
+ virtual void _validate_property(PropertyInfo &p_property) const;
static void _bind_methods();