[Examples] Warning fixes (pt 1) (#1668)

* Fix some warnings in examples.

* cleanups from review

Co-authored-by: Jeffery Myers <JefMyers@blizzard.com>
This commit is contained in:
Jeffery Myers
2021-03-22 23:51:52 -07:00
committed by GitHub
parent c6dd41495b
commit e48b9a6da1
30 changed files with 104 additions and 103 deletions

View File

@@ -49,7 +49,7 @@ int main(void)
{
// Update
//----------------------------------------------------------------------------------
time = GetTime();
time = (float)GetTime();
SetShaderValue(shader, timeLoc, &time, SHADER_UNIFORM_FLOAT);
//----------------------------------------------------------------------------------