diff options
author | Xiaohong Bao <bao@lindenlab.com> | 2011-06-01 12:09:40 -0600 |
---|---|---|
committer | Xiaohong Bao <bao@lindenlab.com> | 2011-06-01 12:09:40 -0600 |
commit | 244f1a3d01bb52bb679fd826faa15d90d7df3666 (patch) | |
tree | e72ea399a4a632d1692bc2ff6ce120ca6db96790 /indra/newview/llviewerwindow.cpp | |
parent | 17de5c7c46621603443fc531d8b4660e946ad098 (diff) |
fix for STORM-1298: Crash on startup of Second Life 2.7.1(231307)
Diffstat (limited to 'indra/newview/llviewerwindow.cpp')
-rw-r--r-- | indra/newview/llviewerwindow.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llviewerwindow.cpp b/indra/newview/llviewerwindow.cpp index 6fe79c2e85..34d15a597e 100644 --- a/indra/newview/llviewerwindow.cpp +++ b/indra/newview/llviewerwindow.cpp @@ -1638,6 +1638,7 @@ LLViewerWindow::LLViewerWindow( gSavedSettings.setBOOL("RenderVBOEnable", FALSE); } LLVertexBuffer::initClass(gSavedSettings.getBOOL("RenderVBOEnable"), gSavedSettings.getBOOL("RenderVBOMappingDisable")); + LL_INFOS("RenderInit") << "LLVertexBuffer initialization done." << LL_ENDL ; if (LLFeatureManager::getInstance()->isSafe() || (gSavedSettings.getS32("LastFeatureVersion") != LLFeatureManager::getInstance()->getVersion()) |