Added additional validation logic for debugging
Corrected memory corruption in VBO's! No longer have random visual artifacts when models with > 65535 triangles are displayed. --HG-- extra : convert_revision : svn%3A7752d6cf-9f14-4ad2-affc-04f1e67b81a5/trunk%40104
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
#ifndef KRMODELMANAGER_H
|
||||
#define KRMODELMANAGER_H
|
||||
|
||||
#define KRENGINE_MAX_VBO_HANDLES 1000
|
||||
#define KRENGINE_MAX_VBO_HANDLES 10000
|
||||
#define KRENGINE_MAX_VBO_MEM 50000000
|
||||
|
||||
#import "KREngine-common.h"
|
||||
|
||||
Reference in New Issue
Block a user