Package: qutemol / 0.4.1~cvs20081111-15

14_mycanvas.cpp.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
From: Morten Kjeldgaard <mok@bioxray.au.dk>
Subject: modification to source code


--- a/src/MyCanvas.cpp
+++ b/src/MyCanvas.cpp
@@ -26,7 +26,7 @@
   return true;
 }
 
-bool MyCanvas::SetAsTexture(){
+void MyCanvas::SetAsTexture(){
   glBindTexture( GL_TEXTURE_2D, textureID[ currentRes ] );
 }