This commit is contained in:
Pavel 2022-06-29 11:57:53 +03:00
parent d5a16211b3
commit dabe98aeac
1 changed files with 2 additions and 1 deletions

View File

@ -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;