mirror of https://github.com/red-prig/fpPS4.git
Typo fix
This commit is contained in:
parent
f2751390e4
commit
2b608cdafc
|
@ -990,7 +990,7 @@ begin
|
|||
|
||||
if (Result=VK_FORMAT_UNDEFINED) then
|
||||
begin
|
||||
Assert(false,'Unknow Rebder target format:'+IntTostr(FORMAT)+':'+IntTostr(NUMBER_TYPE));
|
||||
Assert(false,'Unknown Render target format:'+IntTostr(FORMAT)+':'+IntTostr(NUMBER_TYPE));
|
||||
end;
|
||||
|
||||
end;
|
||||
|
|
Loading…
Reference in New Issue