1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-22 15:06:45 +00:00

-Fix eternal black screen on Windows

-Disabled warnings on windows, need to properly set up warnings
This commit is contained in:
Juan Linietsky
2017-04-09 17:56:37 -03:00
parent 2cca9b0631
commit fccf2816d4
6 changed files with 10 additions and 6 deletions

View File

@@ -886,6 +886,7 @@ public:
};
virtual void canvas_begin() = 0;
virtual void canvas_end() = 0;
virtual void canvas_render_items(Item *p_item_list, int p_z, const Color &p_modulate, Light *p_light) = 0;
virtual void canvas_debug_viewport_shadows(Light *p_lights_with_shadow) = 0;