You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The reason will be displayed to describe this comment to others. Learn more.
This is a quite important one. It seems this fixes a crash in 'PIcnic With Penny' when pressing Esc in the intro sequence. But the assert will still complain about ssqm_vm being nullptr and I get a crash anyway (at least when I use the Debug configuration on my system). Do you think that it makes sense to remove the assert completely?
The reason will be displayed to describe this comment to others. Learn more.
This is a quite important one. It seems this fixes a crash in 'PIcnic With Penny' when pressing Esc in the intro sequence. But the assert will still complain about ssqm_vm being nullptr and I get a crash anyway (at least when I use the Debug configuration on my system). Do you think that I makes sense to remove the assert completely?
To be honest, I realized later on when Narre closed a related issue that this is more than just a simple code style change (I thought the assert would take care of that for all configurations, turns out I was mistaken).
@Vankata453 You were the one who added that. Can you give an insight?
c7420cf
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a quite important one. It seems this fixes a crash in 'PIcnic With Penny' when pressing Esc in the intro sequence. But the assert will still complain about ssqm_vm being nullptr and I get a crash anyway (at least when I use the Debug configuration on my system). Do you think that it makes sense to remove the assert completely?
c7420cf
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To be honest, I realized later on when Narre closed a related issue that this is more than just a simple code style change (I thought the assert would take care of that for all configurations, turns out I was mistaken).
@Vankata453 You were the one who added that. Can you give an insight?