Closed FrankvdStam closed 7 months ago
Committed your suggestion and did the same bellow, plus fixed the linting error, tested and it works on remastered.
Oh, right, CI fails because of the new transmute
lint. I'll fix that first and then merge this one, shouldn't need a rebase hopefully.
This change is so small, I don't think there will be any issues merging
When self.ps_instances is none, self.ps_instances_count is 0, then slice::from_raw_parts causes a panic here. Same for the vs version. Initially I tried this fix with is_some() but it still caused a crash for me.
I don't know if this has any side effects, for me it renders fine after this fix.