Commit 7e2c6364 authored by hybrid's avatar hybrid

Ignore .d files. Add fbdev sync.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@2960 dfc29bdd-3216-0410-991c-e03cc46cb475
parent 09392b79
......@@ -329,7 +329,7 @@ bool CIrrDeviceFB::present(video::IImage* image, void* windowId, core::rect<s32>
destData+=Pitch;
}
image->unlock();
// msync(SoftwareImage,Width*Height,MS_ASYNC);
msync(SoftwareImage,CreationParams.WindowSize.Width*CreationParams.WindowSize.Height,MS_ASYNC);
return true;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment