mirror of
https://github.com/redstrate/Physis.git
synced 2025-04-21 12:17:45 +00:00
Make material struct members public
This commit is contained in:
parent
3b2038024f
commit
209b475065
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ struct MaterialData {
|
|||
|
||||
#[derive(Debug)]
|
||||
pub struct Material {
|
||||
texture_paths: Vec<String>
|
||||
pub texture_paths: Vec<String>
|
||||
}
|
||||
|
||||
impl Material {
|
||||
|
|
Loading…
Add table
Reference in a new issue