Skip to content

Commit

Permalink
Fix HostageOutlineGlowToggle using incorrect context
Browse files Browse the repository at this point in the history
  • Loading branch information
danielkrupinski committed Jan 24, 2025
1 parent 7549144 commit ddec7ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include <FeatureHelpers/FeatureToggle.h>
#include "HostageOutlineGlowContext.h"

template <typename HookContext, typename Context = GrenadeProjectileOutlineGlowContext<HookContext>>
template <typename HookContext, typename Context = HostageOutlineGlowContext<HookContext>>
class HostageOutlineGlowToggle : public FeatureToggle<HostageOutlineGlowToggle<HookContext, Context>> {
public:
template <typename... Args>
Expand Down

0 comments on commit ddec7ed

Please sign in to comment.