79176184

Date: 2024-11-11 02:00:08
Score: 0.5
Natty:
Report link

It turns out that this behavior only happens when SKScene does not have a size. It works again after I specify the size of the scene:


      let scene = SKScene(size: view.frame.size)

I don't know how this is related. Could be a bug or some undocumented behavior.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
Posted by: OMGPOP