fix another m44 bug in debugger
Change-Id: Id80344a71b54c80609ec24947014592d6b30eb63 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/341001 Reviewed-by: Kevin Lubick <kjlubick@google.com> Commit-Queue: Nathaniel Nifong <nifong@google.com>
This commit is contained in:
parent
f2bd501ce3
commit
ae95077db6
@ -255,6 +255,7 @@ const char* DrawCommand::GetCommandString(OpType type) {
|
||||
case kSave_OpType: return "Save";
|
||||
case kSaveLayer_OpType: return "SaveLayer";
|
||||
case kSetMatrix_OpType: return "SetMatrix";
|
||||
case kSetM44_OpType: return "SetM44";
|
||||
default:
|
||||
SkDebugf("OpType error 0x%08x\n", type);
|
||||
SkASSERT(0);
|
||||
|
Loading…
Reference in New Issue
Block a user