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

Ability to update parts of an array, and set arrays as dynamic draw

This commit is contained in:
Juan Linietsky
2017-11-14 17:25:42 -03:00
parent 61a693cf78
commit 6277e6d40a
10 changed files with 42 additions and 516 deletions

View File

@@ -120,6 +120,8 @@ void VisualServerRaster::draw() {
frame_drawn_callbacks.pop_front();
}
emit_signal("frame_drawn_in_thread");
}
void VisualServerRaster::sync() {
}