From 394a3696af4d4b040296b94de783791564faf77e Mon Sep 17 00:00:00 2001 From: NoriteSC <53096989+NoriteSC@users.noreply.github.com> Date: Wed, 13 Sep 2023 02:54:17 +0200 Subject: [PATCH] removed coppy --- Source/Engine/Debug/DebugDraw.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Source/Engine/Debug/DebugDraw.h b/Source/Engine/Debug/DebugDraw.h index 5df31d831..c557fa57c 100644 --- a/Source/Engine/Debug/DebugDraw.h +++ b/Source/Engine/Debug/DebugDraw.h @@ -684,8 +684,7 @@ API_CLASS(Static) class FLAXENGINE_API DebugDraw #define DEBUG_DRAW_DIRECTION (origin,direction,color,duration,depthTest) #define DEBUG_DRAW_RAY (origin,direction,color,length,duration,depthTest) #define DEBUG_DRAW_RAY (ray,color,length,duration,depthTest) - -#define DEBUG_DRAW_RAY(origin, direction, color, duration, depthTest) + #define DEBUG_DRAW_LINE(start, end, color, duration, depthTest) #define DEBUG_DRAW_LINES(lines, transform, color, duration, depthTest) #define DEBUG_DRAW_BEZIER(p1, p2, p3, p4, color, duration, depthTest)