fix build.
This commit is contained in:
parent
420b002448
commit
0dc64e2a48
|
|
@ -102,8 +102,9 @@ public:
|
|||
}
|
||||
|
||||
void InvalidateVertexBufferState() {
|
||||
(*flags)[Dirty::VertexBuffers] = true;
|
||||
for (int index = Dirty::VertexBuffer0; index <= Dirty::VertexBuffer31; ++index) {
|
||||
(*flags)[VideoCommon::Dirty::VertexBuffers] = true;
|
||||
for (int index = VideoCommon::Dirty::VertexBuffer0;
|
||||
index <= VideoCommon::Dirty::VertexBuffer31; ++index) {
|
||||
(*flags)[index] = true;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue