forked from pool/csmash
7fb8bd93c5
Accepted submit request 52446 from user prusnak OBS-URL: https://build.opensuse.org/request/show/52446 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/csmash?expand=0&rev=12
14 lines
304 B
Diff
14 lines
304 B
Diff
Index: BallView.h
|
|
===================================================================
|
|
--- BallView.h.orig
|
|
+++ BallView.h
|
|
@@ -32,7 +32,7 @@ public:
|
|
|
|
static GLuint m_number[10];
|
|
private:
|
|
- void BallView::DrawTargetCircle();
|
|
+ void DrawTargetCircle();
|
|
GLUquadricObj *m_quad;
|
|
|
|
void DrawBall();
|