Skip to content

Commit

Permalink
Adding missing include to RealtimeMeshEditor
Browse files Browse the repository at this point in the history
  • Loading branch information
Koderz committed Jun 26, 2024
1 parent 420a197 commit f4f3c8d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/RealtimeMeshEditor/Private/RealtimeMeshEditor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
#include "Framework/Notifications/NotificationManager.h"
#include "Interfaces/IPluginManager.h"
#include "Widgets/Notifications/SNotificationList.h"
#include "Editor.h"

#define LOCTEXT_NAMESPACE "RealtimeMeshEditorModule"

Expand Down

1 comment on commit f4f3c8d

@HoneyHazard
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit is a doozy! Unfortunately, it does the opposite of what it says it does, and breaks the compilation. Revert this change, and more people will enjoy your wonderful plugin! :)

Please sign in to comment.