typo
This commit is contained in:
parent
a2bea351ea
commit
39ff84c947
1 changed files with 2 additions and 2 deletions
|
@ -21,8 +21,8 @@ void manif(int state) {
|
|||
}
|
||||
|
||||
static void init(void) {
|
||||
_pId = gl4duCreateProgram("<vs>shaders/lights.vs", "<fs>shaders/lights.fs",
|
||||
NULL);
|
||||
_pId =
|
||||
gl4duCreateProgram("<vs>shaders/manif.vs", "<fs>shaders/manif.fs", NULL);
|
||||
|
||||
gl4duGenMatrix(GL_FLOAT, "proj");
|
||||
gl4duGenMatrix(GL_FLOAT, "mod");
|
||||
|
|
Reference in a new issue