mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-14 12:44:44 +08:00
FxcFile Save method and loading improvements
This commit is contained in:
@@ -79,14 +79,7 @@ namespace CodeWalker.Forms
|
||||
}
|
||||
|
||||
|
||||
if (!string.IsNullOrEmpty(fxc.LastError))
|
||||
{
|
||||
StatusLabel.Text = fxc.LastError;
|
||||
}
|
||||
else
|
||||
{
|
||||
StatusLabel.Text = (fxc.Shaders?.Length??0).ToString() + " shaders, " + (fxc.Techniques?.Length??0).ToString() + " techniques";
|
||||
}
|
||||
StatusLabel.Text = (fxc.Shaders?.Length??0).ToString() + " shaders, " + (fxc.Techniques?.Length??0).ToString() + " techniques";
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user