Skip to content

Commit ddbb30c

Browse files
authored
Fix compile error (#156)
1 parent c961b52 commit ddbb30c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sample_project/Source/sample_project/Geometry/GeometryCreator.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,6 @@ void AGeometryCreator::UpdateDraggingVisualization()
377377
{
378378
FVector WorldOrigin;
379379
FVector WorldDirection;
380-
FVector MousePosition;
381380

382381
APlayerController* PlayerController = UGameplayStatics::GetPlayerController(GetWorld(), 0);
383382
if (!PlayerController || !PlayerController->DeprojectMousePositionToWorld(WorldOrigin, WorldDirection))

0 commit comments

Comments
 (0)