Mercurial > fife-parpg
diff engine/core/controller/engine.cpp @ 621:356634098bd9
* Removed the image chunking size variable from engine settings.
* Replaced the existing define of PI and added some math related static const variables
author | prock@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Fri, 01 Oct 2010 14:09:47 +0000 |
parents | ad7969d9460b |
children | 3094988564d5 |
line wrap: on
line diff
--- a/engine/core/controller/engine.cpp Thu Sep 30 21:24:55 2010 +0000 +++ b/engine/core/controller/engine.cpp Fri Oct 01 14:09:47 2010 +0000 @@ -189,7 +189,6 @@ #endif } FL_LOG(_log, "Initializing render backend"); - m_renderbackend->setChunkingSize(m_settings.getImageChunkingSize()); m_renderbackend->setColorKeyEnabled(m_settings.isColorKeyEnabled()); m_renderbackend->init();