1
0
Fork 0
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:
Brian Fiete 2024-12-11 17:45:49 -08:00
parent 3c7b1ea4b7
commit 549c9c7d17

View file

@ -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)
{ {