AlemSnyder / Fun-Game

I am just practicing c++. Feal free to enjoy.
GNU General Public License v2.0
1 stars 0 forks source link

Refactoring #16

Closed AlemSnyder closed 2 years ago

AlemSnyder commented 2 years ago

Closes #7

AlemSnyder commented 2 years ago

8 adding comments

egelja commented 2 years ago

You didn't rename the Terrain and GUI directories

AlemSnyder commented 2 years ago

do you want me to write gui lower case?

AlemSnyder commented 2 years ago

git is being weird, is there any way to fix the capitalization of resources, and shaders?

AlemSnyder commented 2 years ago

Shaders is still uppercase, but a lower case name is used to find files

egelja commented 2 years ago

I fixed it just didn't push.

STOP RUNNING git pull its duplicating commits because i force pushed

You have to do git fetch --all; git reset --hard origin/refactoring