Skip to content

Commit

Permalink
Fix deadlock for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
niklas2902 committed Sep 30, 2024
1 parent 44e1691 commit 8ce62a0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions py4godot/format_saver/PyResourceFormatSaver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,6 @@ namespace saver{


GDExtensionClassCallVirtual get_virtual_saver(void *p_userdata, GDExtensionConstStringNamePtr p_name) {
LOCK(mtx);

StringName name = StringName::new_static(((void**)const_cast<GDExtensionTypePtr>(p_name))[0]);

String name_string = String::new2(name);
Expand Down

0 comments on commit 8ce62a0

Please sign in to comment.