Skip to content

Commit

Permalink
Updated code.
Browse files Browse the repository at this point in the history
  • Loading branch information
Guy Chronister committed Dec 2, 2024
1 parent 28a9145 commit 21393ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neothesia-core/src/render/guidelines.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use std::{sync::Arc, time::Duration};

use crate::{
render::{QuadInstance, QuadPipeline},
text::{TextInstance, TextPipeline}, // Fixed: moved to root text module
render::text::{TextInstance, TextPipeline}, // Fix: use render::text instead of text
utils::Point,
};

Expand Down

0 comments on commit 21393ee

Please sign in to comment.