mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-09-03 09:56:32 -05:00

Previously the assert would always be hit, since it was the equivalent of: array == nullptr, which is never true.
Previously the assert would always be hit, since it was the equivalent of: array == nullptr, which is never true.