Placing sprites based on window size breaks in init() code

Placing sprites based on window size breaks in init() code

because the device orientation is updated later in draw code.

So placing sprites in onEnter() works but not in init() methods.

UPDATE: Seems to be a bug in my code. Feel free to delete this topic. Thanks!