DCQ invariant violation repaired.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@353 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
0.2:
|
0.2:
|
||||||
|
- Fixed a DCQ bug where it wasn't freeing batches of graphics commands
|
||||||
- > vs. >= bugfix on plangen.c, from PhracturedBlue
|
- > vs. >= bugfix on plangen.c, from PhracturedBlue
|
||||||
- More appropriate names to ROSTER + 1 and ROSTER + 2, from slayne
|
- More appropriate names to ROSTER + 1 and ROSTER + 2, from slayne
|
||||||
- Lines and colouring of planet surface when scanning, from PhracturedBlue
|
- Lines and colouring of planet surface when scanning, from PhracturedBlue
|
||||||
|
|||||||
@@ -91,6 +91,7 @@ Synchronize_DCQ (void)
|
|||||||
{
|
{
|
||||||
DrawCommandQueue->Size = (back + DCQ_MAX - front);
|
DrawCommandQueue->Size = (back + DCQ_MAX - front);
|
||||||
}
|
}
|
||||||
|
DrawCommandQueue->FullSize = DrawCommandQueue->Size;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user