소스 검색

Don't assign NULL to a Vector.

Daniel Buckmaster 11 년 전
부모
커밋
2a1a412d74
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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();