Преглед изворни кода

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)