Kovak / CBL_SECRET_PROTOTYPE_RUNNING_GAME

0 stars 0 forks source link

Current Master Version Crashes #21

Closed Kovak closed 11 years ago

Kovak commented 11 years ago

Hey everyone

the current master branch is actually broken and does not start

the offending code seems to be line 1163

getting the texture size in the _create_background function is essentially not done correctly.

i'm not sure when/who introduced this particular bug but we should probably try to avoid pushing/merging a version that doesn't work

obviously it's been a while ago as no git updates have really happened since the 15thish

Kovak commented 11 years ago

ok i fixed this, it was simply an issue with the background texture having been moved to background_objects instead of midground_objects which means it was my fault