lewa-j / Unity-Source-Tools

Plugin to import resources from the Source engine in Unity3D.
GNU General Public License v2.0
109 stars 22 forks source link

Even more fixes for the special cases of v18 textures #12

Closed Fronkln closed 5 years ago

lewa-j commented 5 years ago

Second condition will never happen. You have code like

if(a){
...
}else{
if(a){
...
}
}
Fronkln commented 5 years ago

Yep, magically it started causing issues again so i'm working on fixing it

Fronkln commented 5 years ago

@lewa-j Take a look at this new code, just made sure it all works and all conditions are working as expected