VirtualBox

Changeset 60016 in vbox


Ignore:
Timestamp:
Mar 14, 2016 10:14:49 AM (9 years ago)
Author:
vboxsync
Message:

Graphics/DevVGA-SVGA3d-win: typo (thanks PVS)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-win.cpp

    r57790 r60016  
    46484648    /* Store for vm state save/restore. */
    46494649    pContext->state.aClipPlane[index].fValid = true;
    4650     memcpy(pContext->state.aClipPlane[index].plane, plane, sizeof(plane));
     4650    memcpy(pContext->state.aClipPlane[index].plane, plane, sizeof(pContext->state.aClipPlane[index].plane));
    46514651
    46524652    hr = pContext->pDevice->SetClipPlane(index, plane);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette