Explorar o código

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

Fix SignalBase constructor shenanigans
LuisAntonRebollo %!s(int64=11) %!d(string=hai) anos
pai
achega
4fcdc04214
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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();