Skip to content

Commit be3ebeb

Browse files
committed
fix: print not log...
1 parent f41878e commit be3ebeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ fn load_and_apply_shader(shader_path: &str) -> Result<(), Box<dyn std::error::Er
7272

7373
fs::write(target_path, &shader_content)?;
7474

75-
log::info!("Loaded {} shader from {} to {}",
75+
println!("Loaded {} shader from {} to {}",
7676
if is_2d { "2D" } else { "3D" },
7777
shader_path,
7878
target_path);

0 commit comments

Comments
 (0)