Multiples fixes and added max text size for grids.

This commit is contained in:
Jonathas Costa
2017-12-19 17:49:30 -05:00
parent 1c72561bff
commit 3ea918b818
8 changed files with 78 additions and 865 deletions
+4
View File
@@ -166,6 +166,10 @@ void ABufferRenderer::initialize() {
}
OsEng.renderEngine().raycasterManager().addListener(*this);
if (_mSAAPattern != nullptr) {
delete[] _mSAAPattern;
}
}
void ABufferRenderer::deinitialize() {