krgauthi / Broids

3 stars 2 forks source link

Missing splash title? #43

Closed dementeddr closed 11 years ago

dementeddr commented 11 years ago

I pulled the latest version from origin, and it keeps crashing right away and telling me that it "Couldn't load file: data/Brocoders.png". I can't find the file anywhere in the repo either.

krgauthi commented 11 years ago

https://github.com/stryderinnovations/Broids/tree/master/Broderoids-android/assets/data

It appears to be in the master go into your repo and try

git fetch origin git reset --hard origin/master

this will get rid of any changes you have locally but you will have every file that is in the master for sure

dementeddr commented 11 years ago

Okay. It went away on it's own somehow.