mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-29 15:42:57 +02:00
Fix warnings
This commit is contained in:
parent
f3f55c9857
commit
53f358d77a
1 changed files with 1 additions and 1 deletions
|
@ -75,8 +75,8 @@ namespace gl {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
GLuint glprogram = 0;
|
|
||||||
#ifdef SEPARATE_PROGRAM
|
#ifdef SEPARATE_PROGRAM
|
||||||
|
GLuint glprogram = 0;
|
||||||
// so far so good, program is almost done, need to link:
|
// so far so good, program is almost done, need to link:
|
||||||
GLuint glprogram = glCreateProgram();
|
GLuint glprogram = glCreateProgram();
|
||||||
if (!glprogram) {
|
if (!glprogram) {
|
||||||
|
|
Loading…
Reference in a new issue