mirror of
https://github.com/luanti-org/luanti.git
synced 2025-11-13 13:25:26 +01:00
Disable HW stereo for IrrLicht 1.9 (not supported anymore)
This commit is contained in:
@@ -20,6 +20,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
||||
|
||||
#include "pageflip.h"
|
||||
|
||||
#ifdef STEREO_PAGEFLIP_SUPPORTED
|
||||
|
||||
void RenderingCorePageflip::initTextures()
|
||||
{
|
||||
hud = driver->addRenderTargetTexture(
|
||||
@@ -53,3 +55,5 @@ void RenderingCorePageflip::resetEye()
|
||||
driver->setRenderTarget(video::ERT_FRAME_BUFFER, false, false, skycolor);
|
||||
RenderingCoreStereo::resetEye();
|
||||
}
|
||||
|
||||
#endif // STEREO_PAGEFLIP_SUPPORTED
|
||||
|
||||
Reference in New Issue
Block a user