mirror of
https://github.com/BlackMATov/unity-flash-tools.git
synced 2025-12-16 14:11:19 +07:00
More readable conversion warnings
This commit is contained in:
@@ -305,7 +305,7 @@ namespace FTSwfTools {
|
||||
|
||||
void TagToWarningLog(SwfTagBase tag) {
|
||||
if ( WarningLog != null ) {
|
||||
WarningLog(string.Format("SwfContextExecuter: {0}", tag));
|
||||
WarningLog(string.Format("{0}", tag));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user