VirtualBox

Ignore:
Timestamp:
Nov 18, 2008 4:14:13 PM (16 years ago)
Author:
vboxsync
Message:

Fixed Accelerate3D saving.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/MachineImpl.cpp

    r14313 r14314  
    50715071        Key displayNode = aNode.key ("Display");
    50725072
    5073         mHWData->mVRAMSize = displayNode.value <ULONG> ("VRAMSize");
    5074         mHWData->mMonitorCount = displayNode.value <ULONG> ("MonitorCount");
     5073        mHWData->mVRAMSize      = displayNode.value <ULONG> ("VRAMSize");
     5074        mHWData->mMonitorCount  = displayNode.value <ULONG> ("MonitorCount");
    50755075
    50765076        /* Accelerate3DEnabled (optional, default is false) */
    50775077        Key Accelerate3DNode = displayNode.findKey ("Accelerate3D");
    50785078        if (!Accelerate3DNode.isNull())
    5079             mHWData->mAccelerate3DEnabled = Accelerate3DNode.value <bool> ("enabled");
     5079            mHWData->mAccelerate3DEnabled = displayNode.value <bool> ("Accelerate3D");
    50805080    }
    50815081
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