- fixed compile bugs
This commit is contained in:
parent
8fcc170e8f
commit
2cf6d213e2
5 changed files with 5 additions and 19 deletions
|
|
@ -4,7 +4,6 @@ class FCanvasTexture;
|
|||
// This list keeps track of the cameras that draw into canvas textures.
|
||||
struct FCanvasTextureEntry
|
||||
{
|
||||
FCanvasTextureInfo *Next;
|
||||
TObjPtr<AActor*> Viewpoint;
|
||||
FCanvasTexture *Texture;
|
||||
FTextureID PicNum;
|
||||
|
|
@ -22,4 +21,4 @@ struct FCanvasTextureInfo
|
|||
void Serialize(FSerializer &arc);
|
||||
void Mark();
|
||||
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue