Skip to content

Commit

Permalink
fix(engine): fixes import of deletion queue
Browse files Browse the repository at this point in the history
  • Loading branch information
Drischdaan committed Sep 23, 2024
1 parent 55ff2ae commit 20791d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Engine/Source/Engine/Public/Renderwerk/Engine/Engine.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#include "Renderwerk/Core/CoreDefinitions.h"
#include "Renderwerk/Core/Result.h"
#include "Renderwerk/Memory/DeltionQueue.h"
#include "Renderwerk/Memory/DeletionQueue.h"

#include "Renderwerk/Memory/SharedPointer.h"
#include "Renderwerk/Platform/WindowManager.h"
Expand Down

0 comments on commit 20791d1

Please sign in to comment.