mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-01-18 22:51:39 +00:00
Move the opaqueBlood member definition so that object size remains unchanged
This commit is contained in:
parent
dd0769de80
commit
74db8b7684
1 changed files with 1 additions and 2 deletions
|
@ -79,13 +79,12 @@ public:
|
|||
FRenderStyle RenderStyle;
|
||||
FTextureID PicNum;
|
||||
uint16_t RenderFlags;
|
||||
bool opaqueBlood;
|
||||
double Alpha; // same as actor->alpha
|
||||
const FDecalAnimator *Animator;
|
||||
const FDecalBase *LowerDecal;
|
||||
|
||||
enum { DECAL_RandomFlipX = 0x100, DECAL_RandomFlipY = 0x200 };
|
||||
|
||||
bool opaqueBlood;
|
||||
};
|
||||
|
||||
class FDecalLib
|
||||
|
|
Loading…
Reference in a new issue