Minor fix

This commit is contained in:
Mark 2024-01-03 19:49:18 -08:00
parent 4def821503
commit 797aa92374
Signed by: Mark
GPG Key ID: C6D63995FE72FD80

View File

@ -18,6 +18,7 @@ fn main() -> Result<()> {
let content = content::Content::load_dir(
PathBuf::from(galactica_constants::CONTENT_ROOT),
PathBuf::from(galactica_constants::TEXTURE_ROOT),
PathBuf::from("spriteatlas.toml"),
galactica_constants::STARFIELD_TEXTURE_NAME.to_owned(),
)?;