fix: dynamic fill loading missing conditions on unions

This commit is contained in:
Jan
2025-06-04 18:56:52 +01:00
parent afcc82a480
commit 049a5dfc7c
2 changed files with 23 additions and 12 deletions

View File

@ -11,7 +11,7 @@
#include <type_traits>
#include <vector>
#define DEBUG_OFFSETS 1
// #define DEBUG_OFFSETS 1
class ZoneStreamFillReadAccessor
{