mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 19:48:20 +02:00
Dynamic cast fix with hotswap enabled but no obj flag or leak check
This commit is contained in:
parent
3c7b1ea4b7
commit
549c9c7d17
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ namespace System
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
#if BF_DYNAMIC_CAST_CHECK || BF_ENABLE_REALTIME_LEAK_CHECK
|
#if BF_DYNAMIC_CAST_CHECK || BF_ENABLE_REALTIME_LEAK_CHECK || BF_ALLOW_HOT_SWAPPING
|
||||||
[NoShow]
|
[NoShow]
|
||||||
public virtual Object DynamicCastToTypeId(int32 typeId)
|
public virtual Object DynamicCastToTypeId(int32 typeId)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue