Minor fix
parent
4def821503
commit
797aa92374
|
@ -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(),
|
||||
)?;
|
||||
|
||||
|
|
Loading…
Reference in New Issue