mirror of
https://github.com/glest/glest-source.git
synced 2025-09-26 07:28:59 +02:00
- cleanup of masterserver global flag
- attempt to cut down on resources required for masterserver mode to minimize RAM
This commit is contained in:
@@ -29,7 +29,9 @@ namespace Shared{ namespace Graphics{
|
||||
// class InterpolationData
|
||||
// =====================================================
|
||||
|
||||
InterpolationData::InterpolationData(const Mesh *mesh){
|
||||
InterpolationData::InterpolationData(const Mesh *mesh) {
|
||||
assert(GlobalStaticFlags::getIsNonGraphicalModeEnabled() == false);
|
||||
|
||||
vertices= NULL;
|
||||
normals= NULL;
|
||||
|
||||
|
Reference in New Issue
Block a user