Skip to content

Commit d3e1441

Browse files
authored
Fix another stupid copy-and-paste bug. Thanks to @thomasrarris. Closes #17.
1 parent 03175c9 commit d3e1441

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/puzzler/puzzles/heat_world.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ namespace puzzler
145145

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

148+
buffer[index] = res;
148149
}
149150
}
150151
}

0 commit comments

Comments
 (0)