Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
OGL: enable buffersubdata in detection
  • Loading branch information
degasus committed Mar 28, 2013
1 parent e38e489 commit 5337742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Plugins/Plugin_VideoOGL/Src/StreamBuffer.h
Expand Up @@ -32,7 +32,7 @@
namespace OGL
{
enum StreamType {
DETECT_MASK = 0x1F,
DETECT_MASK = 0x3F,
STREAM_DETECT = (1 << 0),
MAP_AND_ORPHAN = (1 << 1),
MAP_AND_SYNC = (1 << 2),
Expand Down

0 comments on commit 5337742

Please sign in to comment.