1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-26 15:46:23 +00:00

Clean up some bad words from code comments

(cherry picked from commit d35e486228)
This commit is contained in:
Artem Varaksa
2018-02-17 16:00:39 +03:00
committed by Hein-Pieter van Braam
parent b5f8c1a53b
commit eacd66e784
14 changed files with 13 additions and 23 deletions

View File

@@ -253,7 +253,6 @@ void EditorResourcePreview::_thread() {
img.instance();
if (img->load(cache_base + ".png") != OK) {
//well fuck
cache_valid = false;
} else {