Improve drawer debug info details

This commit is contained in:
Magnus Norddahl 2016-10-29 07:20:16 +02:00
commit ea44a445af
3 changed files with 19 additions and 19 deletions

View file

@ -109,7 +109,7 @@ public:
FString DebugInfo() override
{
return "DrawColumnRt1LLVMCommand\n" + args.ToString();
return "DrawColumnRt\n" + args.ToString();
}
};
@ -168,7 +168,7 @@ public:
FString DebugInfo() override
{
return "RtInitColsRGBACommand";
return "RtInitCols";
}
};
@ -248,7 +248,7 @@ public:
FString DebugInfo() override
{
return "DrawColumnHorizRGBACommand";
return "DrawColumnHoriz";
}
};
@ -298,7 +298,7 @@ public:
FString DebugInfo() override
{
return "FillColumnHorizRGBACommand";
return "FillColumnHoriz";
}
};