mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 01:21:38 -07:00
SupportedLimitsExtras.chain should be a ChainedStructOut to properly chain from SupportedLimits
This commit is contained in:
Vendored
+1
-1
@@ -79,7 +79,7 @@ RequiredLimitsExtras :: struct {
|
||||
}
|
||||
|
||||
SupportedLimitsExtras :: struct {
|
||||
using chain: ChainedStruct,
|
||||
using chain: ChainedStructOut,
|
||||
limits: NativeLimits,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user