~nybble/langtons-termite

138909e852dbd33a384361a21987ee4c3c0ab44b — Steve Sprang 1 year, 1 month ago a391bc2 main
Edit comment.
1 files changed, 1 insertions(+), 1 deletions(-)

M src/world.rs
M src/world.rs => src/world.rs +1 -1
@@ 16,7 16,7 @@
use rand::distributions::{Distribution, Uniform};
use std::{char, cmp};

/// Braille bit-to-dot mapping
/// Braille dot-to-bit mapping
static BRAILLE_BITS: [[u8; 2]; 4] = [[0x01, 0x08],
                                     [0x02, 0x10],
                                     [0x04, 0x20],