From a73f0b1a035279eaba5ee90adfadf0dbd5e2fd17 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Fri, 22 Nov 2024 00:01:36 +0100 Subject: update bunnymark image path --- pixel-client/tools/src/bin/bunnymark.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'pixel-client/tools/src') diff --git a/pixel-client/tools/src/bin/bunnymark.rs b/pixel-client/tools/src/bin/bunnymark.rs index b9e4b0ae..e0b669da 100644 --- a/pixel-client/tools/src/bin/bunnymark.rs +++ b/pixel-client/tools/src/bin/bunnymark.rs @@ -47,7 +47,9 @@ pub fn main() { .map_err(|e| e.to_string()) .unwrap(); let texture_creator = canvas.texture_creator(); - let texture = texture_creator.load_texture("client/icon.png").unwrap(); + let texture = texture_creator + .load_texture("client/icons/main.png") + .unwrap(); let mut bunnies = vec![((0, 0), (0, 0)); amount]; -- cgit v1.2.3-70-g09d2