Minor fixes to include paths and CMakeLists
Removed draw call from model constructor with filename
This commit is contained in:
parent
4050410039
commit
0fea63c566
3 changed files with 15 additions and 3 deletions
|
@ -10,7 +10,7 @@
|
|||
#include <iostream>
|
||||
#include "GL/glut.h"
|
||||
|
||||
#include "../types.h"
|
||||
#include "types.h"
|
||||
#include "Texture.h"
|
||||
|
||||
class Model3D {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue