Skip to content

Commit d6ff0d7

Browse files
修改:允许FPropertyRegistry::CreateTypeInterface返回空
1 parent 6591ddd commit d6ff0d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Plugins/UnLua/Source/UnLua/Private/Registries/PropertyRegistry.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ namespace UnLua
8484
}
8585
break;
8686
default:
87-
check(false);
87+
break;
8888
}
8989

9090
return TypeInterface;

0 commit comments

Comments
 (0)