My favorites | Sign in
Project Home Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions

Issue 1 attachment: CGUI.cpp.patch (465 bytes)

1
2
3
4
5
6
7
8
9
10
11
12
--- trunk/Client/Core/CGUI.cpp
+++ trunk/Client/Core/CGUI.cpp
@@ -145,9 +145,6 @@
if(parser->isPropertyPresent("SchemaDefaultResourceGroup"))
parser->setProperty("SchemaDefaultResourceGroup", "schemas");

- // Clearing this queue actually makes sure it's created
- m_pRenderer->getDefaultRenderingRoot().clearGeometry(CEGUI::RQ_OVERLAY);
-
// Load the gui scheme
m_pScheme = &CEGUI::SchemeManager::getSingleton().create(STYLE_SCHEME);

Powered by Google Project Hosting