Ver Fonte

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

Fix SignalBase constructor shenanigans
LuisAntonRebollo há 11 anos atrás
pai
commit
4fcdc04214
1 ficheiros alterados com 0 adições e 1 exclusões
  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();