mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Minor fix the ERROR_LOG_REPORT_ONCE in ReadColor1()
This commit is contained in:
parent
e07b581f39
commit
b523c74686
1 changed files with 1 additions and 1 deletions
|
@ -370,7 +370,7 @@ public:
|
|||
memcpy(color, data_ + decFmt_.c1off, 12);
|
||||
break;
|
||||
default:
|
||||
ERROR_LOG_REPORT_ONCE(fmt, G3D, "Reader: Unsupported C1 Format %d", decFmt_.c0fmt);
|
||||
ERROR_LOG_REPORT_ONCE(fmt, G3D, "Reader: Unsupported C1 Format %d", decFmt_.c1fmt);
|
||||
memset(color, 0, sizeof(float) * 3);
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue