Skip to content

Commit

Permalink
Warning removed from Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
hudrima1 committed Jul 1, 2024
1 parent 5aa0ab1 commit 105764b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/app_demo/source/AppDemoGui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4343,7 +4343,7 @@ void AppDemoGui::buildProperties(SLScene* s, SLSceneView* sv)
}

// Shaders
SLuint numShaders = m->program() ? m->program()->shaders().size() : 0;
size_t numShaders = m->program() ? m->program()->shaders().size() : 0;
numShaders += m->programTF() ? m->programTF()->shaders().size() : 0;

if (numShaders > 0 && ImGui::TreeNode("Shd", "Shaders (%d)", (int)numShaders))
Expand Down

0 comments on commit 105764b

Please sign in to comment.