Fixed build

This commit is contained in:
Adrian Krupa
2015-11-29 20:53:04 +01:00
committed by Christophe Riccio
parent 52c9f124e3
commit c9400562ec
2 changed files with 3 additions and 3 deletions

View File

@@ -1100,7 +1100,7 @@ namespace sign
{
int Error = 0;
glm::uint32 const Count = Samples;
glm::int32 const Count = static_cast<glm::int32>(Samples);
std::clock_t Timestamp0 = std::clock();
glm::int32 Sum = 0;