Skip to content

Commit

Permalink
Fix another stupid copy-and-paste bug. Thanks to @thomasrarris. Closes
Browse files Browse the repository at this point in the history
  • Loading branch information
m8pple committed Nov 14, 2017
1 parent 03175c9 commit d3e1441
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/puzzler/puzzles/heat_world.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ namespace puzzler

res=std::min(1.0f, std::max(-1.0f, res));

buffer[index] = res;
}
}
}
Expand Down

0 comments on commit d3e1441

Please sign in to comment.