mirror of
https://github.com/aelurum/AssetStudio.git
synced 2025-07-18 03:24:15 -04:00
Refactor read assets
Generic PPtr Misc
This commit is contained in:
@ -42,7 +42,7 @@ namespace AssetStudio
|
||||
new ShaderProgram(blobReader);
|
||||
}
|
||||
}*/
|
||||
return shader.reader.Dump();
|
||||
return shader.Dump();
|
||||
}
|
||||
return Encoding.UTF8.GetString(shader.m_Script);
|
||||
}
|
||||
|
Reference in New Issue
Block a user