1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-11 13:10:58 +00:00

-Fixed SCREEN_TEXTURE and other related 2D shader parameters.

-Fixded BackBuffercopy object
This commit is contained in:
Juan Linietsky
2017-06-26 22:58:03 -03:00
parent 90592ccf03
commit 3ce046ee0c
28 changed files with 200 additions and 78 deletions

View File

@@ -35,7 +35,7 @@
#include "os/file_access.h"
#include "os/os.h"
#include "scene/main/scene_main_loop.h"
#include "scene/main/scene_tree.h"
#include "scene/resources/scene_format_text.h"
#if defined(TOOLS_ENABLED) && defined(DEBUG_METHODS_ENABLED)