Temporarily enable static geometry batching (faster FPS + shadows)

This commit is contained in:
rjindael 2023-07-20 00:31:20 -07:00
parent 417ccb5edb
commit f5027d9633
No known key found for this signature in database
GPG Key ID: D069369C906CCF31
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ namespace RNR
Workspace::Workspace() : ModelInstance()
{
setName("Workspace");
m_batchMode = BATCH_DONT;
m_batchMode = BATCH_STATIC_GEOMETRY;
m_worldspawn = world->getOgreSceneManager()->getRootSceneNode()->createChildSceneNode();