- disable color picking by default, and add error codes for selection buffer

This commit is contained in:
Mark Vejvoda
2011-12-14 01:15:27 +00:00
parent 2fd89f11d5
commit d64bf0a4c9
2 changed files with 21 additions and 4 deletions

View File

@@ -1195,7 +1195,7 @@ vector<int> BaseColorPickEntity::getPickedList(int x,int y,int w,int h, const ve
//printf("In [%s::%s] Line: %d\n",__FILE__,__FUNCTION__,__LINE__);
static Chrono lastSnapshot(true);
const int selectionMillisecondUpdate = 350;
const int selectionMillisecondUpdate = 100;
if(PixelBufferWrapper::getIsPBOEnable() == true) {
// Only update the pixel buffer every x milliseconds or as required