mirror of https://github.com/red-prig/fpPS4.git
This commit is contained in:
parent
827737fcf8
commit
d3ea872e00
|
@ -423,7 +423,7 @@ begin
|
|||
//
|
||||
if (P^.FRType=nil) then
|
||||
begin
|
||||
if (Pointer(FCtx)=nil) then
|
||||
if (CompareByte(FCtx,Default(TRTTIContext),SizeOf(TRTTIContext))=0) then
|
||||
begin
|
||||
FCtx:=TRTTIContext.Create;
|
||||
end;
|
||||
|
|
Loading…
Reference in New Issue