[Fix] 修复TypeInfo Hash不一致问题,以及InterfaceType toString格式化
This commit is contained in:
@@ -461,7 +461,7 @@ namespace Fig
|
||||
if (is<InterfaceType>())
|
||||
{
|
||||
return FString(std::format(
|
||||
"<InterfaceType '{}' at {:p}",
|
||||
"<InterfaceType '{}' at {:p}>",
|
||||
as<InterfaceType>().type.toString().toBasicString(),
|
||||
static_cast<const void *>(&as<InterfaceType>())));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user