mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-24 16:48:18 -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;
|
||||
}
|
||||
|
||||
const glsl_precision
|
||||
glsl_precision
|
||||
glsl_type::field_precision(const char *name) const
|
||||
{
|
||||
if (this->base_type != GLSL_TYPE_STRUCT)
|
||||
|
|
Loading…
Reference in a new issue