Changeset 52804 in vbox
- Timestamp:
- Sep 22, 2014 8:29:46 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxDispD3D.cpp
r50940 r52804 4468 4468 else 4469 4469 { 4470 for (UINT j = 0; i < j; ++j)4470 for (UINT j = 0; j < i; ++j) 4471 4471 { 4472 4472 D3DDDI_ALLOCATIONINFO * pCur = &pDdiAllocIBase[i];
Note:
See TracChangeset
for help on using the changeset viewer.