Lasse Öörni před 12 roky
rodič
revize
3068d3c46c
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      Engine/Graphics/Direct3D9/D3D9Graphics.h

+ 1 - 1
Engine/Graphics/Direct3D9/D3D9Graphics.h

@@ -223,7 +223,7 @@ public:
     /// Return whether triple buffering is enabled.
     bool GetTripleBuffer() const { return tripleBuffer_; }
     /// Return whether the main window is using SRGB writing.
-    bool IsSRGB() const { return sRGB_; }
+    bool GetSRGB() const { return sRGB_; }
     /// Return whether Direct3D device is lost, and can not yet render. This happens during fullscreen resolution switching.
     bool IsDeviceLost() const { return deviceLost_; }
     /// Return number of primitives drawn this frame.