Made the command buffer have 20 elements in it to protect against wrapping

around.
This commit is contained in:
Robert Osfield
2004-08-24 08:43:53 +00:00
parent c3f6e9f7cd
commit 314874cf81
3 changed files with 16 additions and 4 deletions

View File

@@ -30,7 +30,7 @@
#include <OpenThreads/Thread>
#include <OpenThreads/Mutex>
#define NUM_CMD_INDEX 4
#define NUM_CMD_INDEX 20
namespace osg {