Skip to content

Commit

Permalink
DEBUG info
Browse files Browse the repository at this point in the history
  • Loading branch information
puux committed Aug 12, 2016
1 parent 8276677 commit 56a8b2f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dllmain.cpp
Expand Up @@ -17,6 +17,8 @@ DLLIMPORT int buildPrepareProc(TBuildPrepareRec *params) {
}

void eraseData(id_sdk sdk) {
CG_LOG_BEGIN

for(int i = 0; i < cgt->sdkGetCount(sdk); i++) {
id_element e = cgt->sdkGetElement(sdk, i);
ElementData *data = (ElementData *)cgt->elGetData(e);
Expand All @@ -29,6 +31,8 @@ void eraseData(id_sdk sdk) {
eraseData(cgt->elGetSDK(e));
}
}

CG_LOG_END
}

DLLIMPORT int buildProcessProc(TBuildProcessRec *params) {
Expand Down

0 comments on commit 56a8b2f

Please sign in to comment.