mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2025-06-21 04:41:12 +08: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.