Sfoglia il codice sorgente

Remove unsupported operator != in Color.pkg.

Aster Jian 12 anni fa
parent
commit
e803d1c844
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      Source/Extras/LuaScript/pkgs/Math/Color.pkg

+ 0 - 1
Source/Extras/LuaScript/pkgs/Math/Color.pkg

@@ -9,7 +9,6 @@ class Color
     Color(float r, float g, float b, float a);
     
     bool operator == (const Color& rhs) const;
-    bool operator != (const Color& rhs) const;
     Color operator * (float rhs) const;
     Color operator + (const Color& rhs);