blob: 5a16d95ef17f5e161e250955ab49a2e6691dac27 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
Index: 2ManDVD/tetrahedron.h
===================================================================
--- 2ManDVD.orig/tetrahedron.h
+++ 2ManDVD/tetrahedron.h
@@ -83,7 +83,6 @@ public:
float scale_factor;
float wg_x;
float wdecal;
- GLfloat light_position[];
GLfloat anag_x;
GLfloat anag_y;
@@ -427,6 +426,8 @@ private:
void dropEvent(QDropEvent *);
void dragEnterEvent(QDragEnterEvent *);
Qt::DropActions supportedDropActions () const;
+public:
+ GLfloat light_position[];
};
#endif
|