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

Properly redraw if something animated is visible

This commit is contained in:
Juan Linietsky
2019-03-03 13:43:54 -03:00
parent 2f32a75d2e
commit 34dd772054
5 changed files with 20 additions and 23 deletions

View File

@@ -123,7 +123,6 @@ void VisualServerRaster::draw(bool p_swap_buffers, double frame_step) {
frame_drawn_callbacks.pop_front();
}
VS::get_singleton()->emit_signal("frame_post_draw");
}
void VisualServerRaster::sync() {