Disable sequence logging
This commit is contained in:
parent
0e34019e17
commit
67a6877793
@ -3,7 +3,7 @@
|
|||||||
#include <thread>
|
#include <thread>
|
||||||
#include "Functions\Global.h"
|
#include "Functions\Global.h"
|
||||||
#include "Sequence.h"
|
#include "Sequence.h"
|
||||||
#define _LOGAPM3SEQUENCE 1
|
//#define _LOGAPM3SEQUENCE 1
|
||||||
bool CALLPLEB Sequence_beginPlay(SequenceAccountingBegin beginPlay, unsigned int uid, SEQUENCE_PLAY_ERROR_ID* errorID, unsigned long count)
|
bool CALLPLEB Sequence_beginPlay(SequenceAccountingBegin beginPlay, unsigned int uid, SEQUENCE_PLAY_ERROR_ID* errorID, unsigned long count)
|
||||||
{
|
{
|
||||||
#ifdef _LOGAPM3SEQUENCE
|
#ifdef _LOGAPM3SEQUENCE
|
||||||
@ -80,4 +80,4 @@ bool CALLPLEB Sequence_isTest()
|
|||||||
info(true, "Sequence_isTest");
|
info(true, "Sequence_isTest");
|
||||||
#endif
|
#endif
|
||||||
return Sequence_isTestReturnValue;
|
return Sequence_isTestReturnValue;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user