Explorar o código

Fixed compile error.

Branimir Karadžić %!s(int64=10) %!d(string=hai) anos
pai
achega
a56ded38ed
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      3rdparty/glsl-optimizer/src/glsl/glsl_types.cpp

+ 1 - 1
3rdparty/glsl-optimizer/src/glsl/glsl_types.cpp

@@ -642,7 +642,7 @@ glsl_type::field_type(const char *name) const
    return error_type;
    return error_type;
 }
 }
 
 
-const glsl_precision
+glsl_precision
 glsl_type::field_precision(const char *name) const
 glsl_type::field_precision(const char *name) const
 {
 {
    if (this->base_type != GLSL_TYPE_STRUCT)
    if (this->base_type != GLSL_TYPE_STRUCT)