mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-02-14 16:15:26 +00:00
woops- forgot ;
git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/trunk@465 6778bc44-b910-0410-a7a0-be141de4315d
This commit is contained in:
@ -7,7 +7,7 @@ class RingBuffer {
|
||||
public:
|
||||
|
||||
// static const unsigned long RING_BUFFER_SIZE = 32768;
|
||||
static const unsigned long RING_BUFFER_SIZE = 16384.
|
||||
static const unsigned long RING_BUFFER_SIZE = 16384;
|
||||
private:
|
||||
|
||||
kind buffer[RING_BUFFER_SIZE];
|
||||
|
||||
Reference in New Issue
Block a user