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
|
if (P^.FRType=nil) then
|
||||||
begin
|
begin
|
||||||
if (Pointer(FCtx)=nil) then
|
if (CompareByte(FCtx,Default(TRTTIContext),SizeOf(TRTTIContext))=0) then
|
||||||
begin
|
begin
|
||||||
FCtx:=TRTTIContext.Create;
|
FCtx:=TRTTIContext.Create;
|
||||||
end;
|
end;
|
||||||
|
|
Loading…
Reference in New Issue