Fixed build.

This commit is contained in:
Branimir Karadžić
2017-02-14 20:27:31 -08:00
parent 3a43edcf30
commit 0838dad5ab
13 changed files with 98 additions and 98 deletions

View File

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