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
Whenever I create bodies in love.load I get normal shadows as on first screenshot. But whenever I create bodies from other places in code it gives me situation like on second screenshot.
I create body for each square (have no idea how to optimize this), the blue square in center is light source.
There's no problems with global variables.
Any suggestions on the problem?
The text was updated successfully, but these errors were encountered:
Whenever I create bodies in love.load I get normal shadows as on first screenshot. But whenever I create bodies from other places in code it gives me situation like on second screenshot.
![1](https://user-images.githubusercontent.com/25245436/35861736-bf216ece-0b51-11e8-9407-a5de5a3b3ce2.png)
![2](https://user-images.githubusercontent.com/25245436/35861750-cdbf500e-0b51-11e8-92d6-07c9a438cf24.png)
I create body for each square (have no idea how to optimize this), the blue square in center is light source.
There's no problems with global variables.
Any suggestions on the problem?
The text was updated successfully, but these errors were encountered: