How to remove item patch from newest compilies?
How to remove item patch from newest compilies?
Open "Ascent Compile/src/shared/Storage.h" and find this line. "Ascent Compile/src/ascent-shared/Storage.h"
Code:
#ifndef STORAGE_H_
#define STORAGE_H_
#ifdef WIN32
#pragma warning(disable:4312)
#endif
#define STORAGE_ARRAY_MAX 200000
Change 200000 to 99999999.
okay thx![]()