Browse Source

Merge pull request #674 from eightyeight/fix-tsignal-mtriggernext

Fix SignalBase constructor shenanigans
LuisAntonRebollo 11 years ago
parent
commit
4fcdc04214
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.order = 0.5f;
-      mTriggerNext = NULL;
    }
 
    ~SignalBase();