mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 06:01:14 +00:00
-fixed many memory initialization issues
-fixed deadlock on previews thread -fixed compilation errors on unix
This commit is contained in:
parent
14c4c1b568
commit
b524b40fdc
23 changed files with 80 additions and 41 deletions
|
|
@ -533,6 +533,7 @@ void CollisionPolygonEditor::_bind_methods() {
|
|||
CollisionPolygonEditor::CollisionPolygonEditor(EditorNode *p_editor) {
|
||||
|
||||
|
||||
node=NULL;
|
||||
editor=p_editor;
|
||||
undo_redo = editor->get_undo_redo();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue