Enormouse overhaul
This commit is contained in:
@@ -30,7 +30,7 @@ public:
|
||||
}
|
||||
virtual void Handle() override
|
||||
{
|
||||
WingFetcher F;
|
||||
WingFetcher F(WingOut::Stdout);
|
||||
UMaterial* Mat = F.Asset(Material).Cast<UMaterial>();
|
||||
if (!Mat) return;
|
||||
|
||||
@@ -40,6 +40,6 @@ public:
|
||||
{
|
||||
WingMaterialParameter::FormatMaterialParameter(Info, Meta);
|
||||
}
|
||||
if (AllParams.IsEmpty()) UWingServer::Printf(TEXT("No material parameters.\n"));
|
||||
if (AllParams.IsEmpty()) WingOut::Stdout.Printf(TEXT("No material parameters.\n"));
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user