aboutsummaryrefslogtreecommitdiff
path: root/scene/gui/control.cpp
diff options
context:
space:
mode:
authorJuan Linietsky2016-06-17 16:40:40 -0300
committerJuan Linietsky2016-06-17 16:40:40 -0300
commit6a68ce9c93fb47d69718cf41c97074138b81c620 (patch)
tree08fb5bba130d2d5c3840b384ca97ea026a8a7fe6 /scene/gui/control.cpp
parent55b83157e70a34a933a2a73f14a0052a832d0287 (diff)
downloadgodot-6a68ce9c93fb47d69718cf41c97074138b81c620.tar.gz
godot-6a68ce9c93fb47d69718cf41c97074138b81c620.tar.zst
godot-6a68ce9c93fb47d69718cf41c97074138b81c620.zip
Diffstat (limited to 'scene/gui/control.cpp')
-rw-r--r--scene/gui/control.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/gui/control.cpp b/scene/gui/control.cpp
index 7e4db8219..edc8a8bcb 100644
--- a/scene/gui/control.cpp
+++ b/scene/gui/control.cpp
@@ -2266,7 +2266,7 @@ void Control::_ref_font( Ref<Font> p_sc) {
}
}
-void Control::_unref_font(Ref<Font> p_sc) {
+void Control::_unref_font(Ref<Font> p_sc) {
ERR_FAIL_COND(!data.font_refcount.has(p_sc));
data.font_refcount[p_sc]--;