You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-10 13:00:37 +00:00
Added a more minimal test to avoid crash in #20677 but I dont think this is the cause
This commit is contained in:
@@ -1173,8 +1173,8 @@ void RasterizerCanvasGLES3::canvas_render_items(Item *p_item_list, int p_z, cons
|
|||||||
|
|
||||||
{
|
{
|
||||||
//skeleton handling
|
//skeleton handling
|
||||||
if (ci->skeleton.is_valid()) {
|
if (ci->skeleton.is_valid() && storage->skeleton_owner.owns(ci->skeleton)) {
|
||||||
skeleton = storage->skeleton_owner.getornull(ci->skeleton);
|
skeleton = storage->skeleton_owner.get(ci->skeleton);
|
||||||
if (!skeleton->use_2d) {
|
if (!skeleton->use_2d) {
|
||||||
skeleton = NULL;
|
skeleton = NULL;
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user