bx math API cleanup.

This commit is contained in:
Branimir Karadžić
2018-01-13 15:33:50 -08:00
parent e38c7bfaec
commit 49a75f2fb1
31 changed files with 256 additions and 242 deletions

View File

@@ -402,7 +402,7 @@ public:
if (m_fadeInOut
&& zz == 1)
{
color[3] = bx::fsin(time*3.0f)*0.49f+0.5f;
color[3] = bx::sin(time*3.0f)*0.49f+0.5f;
}
bgfx::setUniform(u_color, color);