Skip to content

Commit

Permalink
Update GlowObjectDefinition struct
Browse files Browse the repository at this point in the history
  • Loading branch information
danielkrupinski committed Jul 11, 2021
1 parent d467caf commit 41cb727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Anubis/SDK/GlowObjectDefinition.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#include "Vector.h"

struct GlowObjectDefinition {
int nextFreeSlot;
PVOID entity;
struct Vector glowColor;
float alpha;
Expand All @@ -21,7 +22,6 @@ struct GlowObjectDefinition {
int fullBloomStencilTestValue;
int glowStyle;
int splitScreenSlot;
int nextFreeSlot;
};

struct GlowObjectManager {
Expand Down

0 comments on commit 41cb727

Please sign in to comment.