diff options
| author | Rémi Verschelde | 2017-04-23 10:32:52 +0200 |
|---|---|---|
| committer | Rémi Verschelde | 2017-04-23 11:17:32 +0200 |
| commit | 515f92d03b6bb4e8a42d5b88d603c96c69d233a4 (patch) | |
| tree | ca6fbc8aa59e0e25d1ca5cf31f090f0f6bcde9ee /platform | |
| parent | b474646de081084dd691648f87d6057b77fbd819 (diff) | |
| download | godot-515f92d03b6bb4e8a42d5b88d603c96c69d233a4.tar.gz godot-515f92d03b6bb4e8a42d5b88d603c96c69d233a4.tar.zst godot-515f92d03b6bb4e8a42d5b88d603c96c69d233a4.zip | |
Fix property warnings and hide some debug prints
"ALL IS GOOD" was a lie.
In particular, removes verbose "path not recognized" false positive.
The actual logic is to (somewhat naively) check all ResourceFormatLoaders
and to pick the first good match, so no need to warn about the formats
that do not match the type hint.
Diffstat (limited to 'platform')
| -rw-r--r-- | platform/x11/context_gl_x11.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/platform/x11/context_gl_x11.cpp b/platform/x11/context_gl_x11.cpp index 432aecb72..ddf17481b 100644 --- a/platform/x11/context_gl_x11.cpp +++ b/platform/x11/context_gl_x11.cpp @@ -152,8 +152,6 @@ Error ContextGL_X11::initialize() { XSync(x11_display, False); XSetErrorHandler(oldHandler); - print_line("ALL IS GOOD"); - glXMakeCurrent(x11_display, x11_window, p->glx_context); /* |
