瀏覽代碼

Fix bug on DefineConsoleMethod GuiCanvas::setVideoMode.

LuisAntonRebollo 10 年之前
父節點
當前提交
17f08e9f86
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Engine/source/gui/core/guiCanvas.cpp

+ 1 - 1
Engine/source/gui/core/guiCanvas.cpp

@@ -2723,7 +2723,7 @@ DefineConsoleMethod( GuiCanvas, setVideoMode, void,
    // aren't specified, just leave them at whatever they were set to.
    if (bitDepth > 0)
    {
-      vm.bitDepth = refreshRate;
+      vm.bitDepth = bitDepth;
    }
 
    if (refreshRate > 0)