From d0e3db712b69f79135156cea4c9ccf8e34a449c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20=E2=80=98Touky=E2=80=99=20Huet?= Date: Sun, 2 Mar 2014 04:51:15 +0000 Subject: [PATCH] Workbench QuadTree/OcTree build is OK --- src/lol/debug/lines.h | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/lol/debug/lines.h b/src/lol/debug/lines.h index e160d767..06bc8105 100644 --- a/src/lol/debug/lines.h +++ b/src/lol/debug/lines.h @@ -24,11 +24,17 @@ namespace lol namespace Debug { -//This func MUST be specialized -template void Draw(T& x, vec4 color) +//This funcs MUST be specialized +template +void Draw(T& x, vec4 color) { ASSERT(0); } +template