mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 22:58:46 +00: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 {
|
SupportedLimitsExtras :: struct {
|
||||||
using chain: ChainedStruct,
|
using chain: ChainedStructOut,
|
||||||
limits: NativeLimits,
|
limits: NativeLimits,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user