You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
-fixed many memory initialization issues
-fixed deadlock on previews thread -fixed compilation errors on unix
This commit is contained in:
@@ -7358,7 +7358,7 @@ void VisualServerRaster::_draw_cursors_and_margins() {
|
||||
rasterizer->canvas_end_rect();
|
||||
};
|
||||
|
||||
void VisualServerRaster::flush() {
|
||||
void VisualServerRaster::sync() {
|
||||
//do none
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user