Fixed GTX_extended_min_max filename typo #386
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user