Actors disappear when their center leaves camera view
This never happened in 0.10.5, but on Windows 0.13.32, actors without images disappear when their midpoint leaves the camera view if you hit Play.
I replicated this with a brand new project, Legacy Web Game template, with just a few actors - 1 main actor moving to the right controlling the camera, and a few white rectangles without an image that sat motionless. As the main actor and camera moved right, as soon as the motionless actors were halfway off the screen, they disappeared. If I click Web Preview instead, they don't do this, but playback is a bit choppy (which is surprising since this game has no images...).
If I add an image to the motionless actors, this doesn't happen in either play mode. But on Play, when the motionless actors are around halfway off the screen, about 10 pixels are chopped off on the side closest to the screen every split second, so it looks like the preview is trying to stop showing part of the actor prematurely.
Any ideas for what's going on here?