FelipeGruend / GameBreakout

Computer Graphics class final project.
Other
3 stars 0 forks source link

Missing a header named sprite_renderer.h #1

Open jackfromeast opened 3 years ago

jackfromeast commented 3 years ago

I tried to run the program on Linux and after a finally set all environment down, I found the error which was caused by missing a header file named "sprite_renderer.h". I didn't find it too. Could anyone tell me how to fix it? @FelipeGruend

FelipeGruend commented 3 years ago

@jackfromeast I probably forgot to commit this file, but you can find the original one from the Learn OpenGL tutorials at https://learnopengl.com/code_viewer_gh.php?code=src/7.in_practice/3.2d_game/0.full_source/sprite_renderer.h.