mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=2146
This commit is contained in:
parent
4dbdc317aa
commit
027f80924e
|
@ -1,4 +1,3 @@
|
||||||
//#include <afx.h> // for ASSERT
|
|
||||||
// The contents of this file are subject to the BOINC Public License
|
// The contents of this file are subject to the BOINC Public License
|
||||||
// Version 1.0 (the "License"); you may not use this file except in
|
// Version 1.0 (the "License"); you may not use this file except in
|
||||||
// compliance with the License. You may obtain a copy of the License at
|
// compliance with the License. You may obtain a copy of the License at
|
||||||
|
@ -462,7 +461,7 @@ int init_texture(char* filename) {
|
||||||
);
|
);
|
||||||
err = glGetError();
|
err = glGetError();
|
||||||
if (err) {
|
if (err) {
|
||||||
fprintf(stderr, "glTexImage2D returned error # %d: %s\n", err, gluErrorString(err));
|
fprintf(stderr, "glTexImage2D returned error # %d: %s\n", err, gluErrorString(err));
|
||||||
return err;
|
return err;
|
||||||
}
|
}
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Loading…
Reference in New Issue