Skip to content

Commit

Permalink
fix: missing file for ILS fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SaneEngineer committed Sep 12, 2024
1 parent 80701ed commit 5a8bfbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/GrassControl/Events.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
#include "GrassControl/Config.h"
#include "GrassControl/DistantGrass.h"

class cellLoadEventHandler : public RE::BSTEventSink<RE::TESCellFullyLoadedEvent>
class cellLoadEventHandler : public RE::BSTEventSink<RE::TESCellAttachDetachEvent>
{
public:
static cellLoadEventHandler* GetSingleton();
virtual RE::BSEventNotifyControl ProcessEvent(const RE::TESCellFullyLoadedEvent* a_event, RE::BSTEventSource<RE::TESCellFullyLoadedEvent>* a_eventSource);
virtual RE::BSEventNotifyControl ProcessEvent(const RE::TESCellAttachDetachEvent* a_event, RE::BSTEventSource<RE::TESCellAttachDetachEvent>* a_eventSource) override;
static void Register();
};

Expand Down

0 comments on commit 5a8bfbe

Please sign in to comment.