- Timestamp:
- Feb 9, 2017, 9:15:38 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/FlairSimulator/src/SimuCameraGL.cpp
r15 r132 70 70 if (strcmp((char *)glGetString(GL_VENDOR), 71 71 "Intel Open Source Technology Center") == 0) { 72 Thread::Warn("disabling cameras output for Intel card (bug with PBO)\n"); 73 disable_output = true; 72 //Thread::Warn("disabling cameras output for Intel card (bug with PBO)\n"); 73 Thread::Warn("camera output for Intel card may have bugs with PBO\n"); 74 //disable_output = true; 75 disable_output = false; 74 76 } else { 75 77 disable_output = false;
Note:
See TracChangeset
for help on using the changeset viewer.