Remove HACK comment, as KRMeshManager::KRMeshManager no longer segfaults
This commit is contained in:
@@ -45,16 +45,13 @@ KRMeshManager::KRMeshManager(KRContext &context) : KRContextObject(context) {
|
||||
m_first_frame = true;
|
||||
m_streamerComplete = true;
|
||||
|
||||
addModel(new KRMeshCube(context)); // FINDME - HACK! This needs to be fixed, as it currently segfaults
|
||||
addModel(new KRMeshQuad(context)); // FINDME - HACK! This needs to be fixed, as it currently segfaults
|
||||
addModel(new KRMeshCube(context));
|
||||
addModel(new KRMeshQuad(context));
|
||||
addModel(new KRMeshSphere(context));
|
||||
m_draw_call_logging_enabled = false;
|
||||
m_draw_call_log_used = false;
|
||||
|
||||
|
||||
|
||||
// ---- Initialize stock models ----
|
||||
|
||||
static const GLfloat _KRENGINE_VBO_3D_CUBE_VERTEX_DATA[] = {
|
||||
1.0, 1.0, 1.0,
|
||||
-1.0, 1.0, 1.0,
|
||||
|
||||
Reference in New Issue
Block a user