mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2025-02-17 20:31:57 -05:00
Fixed compile error.
This commit is contained in:
parent
cb60707681
commit
a56ded38ed
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue