Browse Source

Don't assign NULL to a Vector.

Daniel Buckmaster 11 years ago
parent
commit
2a1a412d74
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Engine/source/core/util/tSignal.h

+ 0 - 1
Engine/source/core/util/tSignal.h

@@ -54,7 +54,6 @@ public:
    {
    {
       mList.next = mList.prev = &mList;
       mList.next = mList.prev = &mList;
       mList.order = 0.5f;
       mList.order = 0.5f;
-      mTriggerNext = NULL;
    }
    }
 
 
    ~SignalBase();
    ~SignalBase();