Skip to content

Commit

Permalink
Fix include
Browse files Browse the repository at this point in the history
  • Loading branch information
TrickyFatCat committed Jun 5, 2023
1 parent ecd2d07 commit 7607083
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

#include "Engine/Canvas.h"
#include "Engine/World.h"
#include "Engine.h"
#include "Engine/Engine.h"

FDebugSceneProxy::FDebugSceneProxy(const UPrimitiveComponent* InComponent,
FDebugSceneProxyData* ProxyData) : FDebugRenderSceneProxy(InComponent)
Expand Down

0 comments on commit 7607083

Please sign in to comment.