Added MSVC 2005 project and solution. Removed glutInit/GLUT dependency. Fixed minor bug (return of non-existing variable c)
This commit is contained in:
@@ -51,7 +51,6 @@ public:
|
||||
#else
|
||||
return ++m_count;
|
||||
#endif
|
||||
return c;
|
||||
}
|
||||
|
||||
long use_count() { return m_count; }
|
||||
|
||||
Reference in New Issue
Block a user