Fixed compile error.

This commit is contained in:
Branimir Karadžić 2015-07-29 10:41:23 -07:00
parent cb60707681
commit a56ded38ed

View file

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