Skip to content

Commit

Permalink
Fix benchmark build
Browse files Browse the repository at this point in the history
  • Loading branch information
Auburn committed May 9, 2024
1 parent 4d557e8 commit 000bffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/FastNoiseBenchmark.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ int main( int argc, char** argv )
{
const char* groupName = "Misc";

if( !metadata->groups.empty() )
if( metadata->groups.size() )
{
groupName = metadata->groups[metadata->groups.size() - 1];
}
Expand Down

0 comments on commit 000bffa

Please sign in to comment.