mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01: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;
|
||||
}
|
||||
|
||||
GLuint glprogram = 0;
|
||||
#ifdef SEPARATE_PROGRAM
|
||||
GLuint glprogram = 0;
|
||||
// so far so good, program is almost done, need to link:
|
||||
GLuint glprogram = glCreateProgram();
|
||||
if (!glprogram) {
|
||||
|
|
Loading…
Reference in a new issue