Made the command buffer have 20 elements in it to protect against wrapping
around.
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
#include <OpenThreads/Thread>
|
||||
#include <OpenThreads/Mutex>
|
||||
|
||||
#define NUM_CMD_INDEX 4
|
||||
#define NUM_CMD_INDEX 20
|
||||
|
||||
namespace osg {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user