1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-07 19:53:17 +00:00
Files
godot/modules
PouleyKetchoupp 87d73faa66 Fix base script not initialized properly in some cases
Storing script references to pointer only in result.script_type could
lead to losing the last reference, causing further conversions from
Script* to Ref<Script> to fail.

Now result.script_type_ref is always set first, and then cleared in the
specific case of the script being the owner, to avoid cyclic reference
issues.
2020-12-06 08:20:33 -07:00
..
2020-12-04 19:34:50 -05:00
2020-12-04 09:47:26 -03:00
2020-12-05 11:48:26 +00:00
2020-11-26 18:39:56 -08:00
2020-11-22 22:48:03 +01:00
2020-11-23 12:15:18 +01:00