mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2025-09-11 14:27:18 +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.