1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-02-20 15:40:32 +00:00

Add FIXME comment

This commit is contained in:
Miloslav Číž 2018-06-13 21:34:43 +02:00
parent 5387e3ba8f
commit 7178ee3a6e

View File

@ -1057,7 +1057,7 @@ namespace MWInput
if (MWBase::Environment::get().getWorld()->screenshot360(screenshot.get(),settingStr))
{
(*mScreenCaptureOperation) (*(screenshot.get()),0);
// mScreenCaptureHandler->getCaptureOperation() causes crash for some reason
// FIXME: mScreenCaptureHandler->getCaptureOperation() causes crash for some reason
screenshotTaken = true;
}
}