Skip to content

Commit

Permalink
Change benchmark 64k
Browse files Browse the repository at this point in the history
  • Loading branch information
mortennobel committed Mar 24, 2018
1 parent 6104e54 commit d3f407a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/benchmark64k-heavy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ class Benchmark64KExample {
for (int i = 0;i<materials.size();i++){
// explicit use
if (i % 2==0){
materials[i]->setTexture(Texture::create().withFile("examples_data/test.png").withGenerateMipmaps(true).build());
materials[i]->setTexture(Texture::create().withFile("test_data/t_explosionsheet.png").withGenerateMipmaps(true).build());
} else {
materials[i]->setTexture(Texture::create().withFile("examples_data/cartman.png").withGenerateMipmaps(true).build());
materials[i]->setTexture(Texture::create().withFile("test_data/gamma-test.png").withGenerateMipmaps(true).build());
}
}

Expand Down

0 comments on commit d3f407a

Please sign in to comment.