summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--endpoints/lib/vboxconnector.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/endpoints/lib/vboxconnector.php b/endpoints/lib/vboxconnector.php
index c60487f..672cff9 100644
--- a/endpoints/lib/vboxconnector.php
+++ b/endpoints/lib/vboxconnector.php
@@ -1914,8 +1914,8 @@ class vboxconnector {
if(@$this->settings->enableCustomIcons)
$m->setExtraData('phpvb/icon', $args['customIcon']);
- $m->GraphicsAdapter->VRAMSize = $args['VRAMSize'];
- $m->GraphicsAdapter->graphicsControllerType = $args['graphicsControllerType'];
+ $m->GraphicsAdapter->VRAMSize = $args['VRAMSize'];
+ $m->GraphicsAdapter->graphicsControllerType = $args['graphicsControllerType'];
// Video
$m->GraphicsAdapter->accelerate3DEnabled = $args['accelerate3DEnabled'];