My favorites
▼
|
Sign in
ivmultiplayer
An alternative Multiplayer Modification for Grand Theft Auto 4
Project Home
Source
Export to GitHub
READ-ONLY: This project has been
archived
. For more information see
this post
.
Search
Search within:
All issues
Open issues
New issues
Issues to verify
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