Skip to content

Commit e585dad

Browse files
committed
change map image formats to workaround stb_image bug
1 parent 0214a3c commit e585dad

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

data/map_01.png

4.45 KB
Loading

data/map_03.png

873 Bytes
Loading

stb_connected_components.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
// - better API documentation
3434
// - more comments
3535
// - try re-integrating naive algorithm & compare performance
36-
// - more optimized batching (current approach still recomputes clumps many times)
36+
// - more optimized batching (current approach still recomputes local clumps many times)
3737
// - function for setting a grid of squares at once (just use batching)
3838
// - shrink data by storing only, say, 2X max exits
3939
// (instead of max exits per clump), and repack cluster

tests/stb.dsp

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)