1
0
mirror of synced 2024-11-15 07:17:35 +01:00

Disable sequence logging

This commit is contained in:
Poliwrath 2021-08-26 21:29:56 -04:00 committed by GitHub
parent 0e34019e17
commit 67a6877793
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
} }