summaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
authorRosyid Haryadi <rosyid_haryadi@protonmail.com>2025-03-01 11:56:55 +0700
committerRosyid Haryadi <rosyid_haryadi@protonmail.com>2025-03-01 11:56:55 +0700
commitf3b0b1846c03bb2252830147481ba56056d6a405 (patch)
treec12ffef584b5a3ec318a2795d0a76638e8d28d70 /src/main.rs
parent202f7a315bcc0f7cd836348a29e9d06c7a4fa198 (diff)
upd: color struct
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index a2d8646..9bdb6ed 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -10,7 +10,7 @@ use crate::view::{render_viewer, View};
fn main() {
let mut display_buffer: DisplayBuffer = [[Pixel::default(); IMG_WIDTH]; IMG_HEIGHT];
- // test_render(&mut data);
+ // test_render(&mut display_buffer);
render(&mut display_buffer);