- a few more updates to cut down on RAM use for headless server

This commit is contained in:
Mark Vejvoda
2011-12-03 00:39:03 +00:00
parent 49cee820d1
commit 01ea0787a3
8 changed files with 372 additions and 44 deletions

View File

@@ -27,6 +27,8 @@ const int Texture::defaultComponents = 4;
bool Texture::useTextureCompression = false;
Texture::Texture() {
assert(GlobalStaticFlags::getIsNonGraphicalModeEnabled() == false);
mipmap= true;
pixmapInit= true;
wrapMode= wmRepeat;