- all DObjects converted.
- cleaned out some old cruft that's no longer needed.
This commit is contained in:
parent
daf43f9d35
commit
af6404f763
20 changed files with 139 additions and 612 deletions
|
|
@ -1043,6 +1043,7 @@ void FCanvasTextureInfo::EmptyList ()
|
|||
|
||||
void FCanvasTextureInfo::Serialize(FArchive &arc)
|
||||
{
|
||||
#if 0
|
||||
if (arc.IsStoring ())
|
||||
{
|
||||
FCanvasTextureInfo *probe;
|
||||
|
|
@ -1070,6 +1071,7 @@ void FCanvasTextureInfo::Serialize(FArchive &arc)
|
|||
Add (viewpoint, picnum, fov);
|
||||
}
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
//==========================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue