mirror of https://github.com/red-prig/fpPS4.git
This commit is contained in:
parent
d5a16211b3
commit
dabe98aeac
|
@ -99,10 +99,11 @@ begin
|
|||
begin
|
||||
|
||||
Case p of
|
||||
0:Assert(false);
|
||||
2:rtype:=dtVec2f;
|
||||
3:rtype:=dtVec3f;
|
||||
4:rtype:=dtVec4f;
|
||||
else
|
||||
Assert(false,IntToStr(p));
|
||||
end;
|
||||
|
||||
i:=0;
|
||||
|
|
Loading…
Reference in New Issue