From 2a1a412d743b38ae4648e7be9be80ea464045a55 Mon Sep 17 00:00:00 2001 From: Daniel Buckmaster Date: Thu, 29 May 2014 17:40:57 +1000 Subject: [PATCH] Don't assign NULL to a Vector. --- Engine/source/core/util/tSignal.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Engine/source/core/util/tSignal.h b/Engine/source/core/util/tSignal.h index d13fb534e..d5b21decf 100644 --- a/Engine/source/core/util/tSignal.h +++ b/Engine/source/core/util/tSignal.h @@ -54,7 +54,6 @@ public: { mList.next = mList.prev = &mList; mList.order = 0.5f; - mTriggerNext = NULL; } ~SignalBase();