From d35e48622800f6686dbdfba380e25170005dcc2b Mon Sep 17 00:00:00 2001 From: Artem Varaksa Date: Sat, 17 Feb 2018 16:00:39 +0300 Subject: Clean up some bad words from code comments --- scene/gui/tree.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scene/gui') diff --git a/scene/gui/tree.cpp b/scene/gui/tree.cpp index e12044fca2..cdbdc9b0d7 100644 --- a/scene/gui/tree.cpp +++ b/scene/gui/tree.cpp @@ -2384,7 +2384,7 @@ void Tree::_gui_input(Ref p_event) { if (mm.is_valid()) { - if (cache.font.is_null()) // avoid a strange case that may fuckup stuff + if (cache.font.is_null()) // avoid a strange case that may corrupt stuff update_cache(); Ref bg = cache.bg; @@ -2483,7 +2483,7 @@ void Tree::_gui_input(Ref p_event) { Ref b = p_event; if (b.is_valid()) { - if (cache.font.is_null()) // avoid a strange case that may fuckup stuff + if (cache.font.is_null()) // avoid a strange case that may corrupt stuff update_cache(); if (!b->is_pressed()) { -- cgit v1.2.3