lol idk #1

Open
Quaternions wants to merge 826 commits from StrafesNET/strafe-project:master into master
Showing only changes of commit 274cca6568 - Show all commits

View File

@ -10,7 +10,6 @@ pub enum TextureLoader{
}
pub enum Texture{
Image(Vec<u8>),
ImageDDS(Vec<u8>),
}