One change too much in last check-in... settings dialog still should use burnings renderer.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5488 dfc29bdd-3216-0410-991c-e03cc46cb475
master
cutealien 2017-06-13 21:24:45 +00:00
parent 58bd7d4ff6
commit 261317c515
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ CMainMenu::CMainMenu()
bool CMainMenu::run()
{
MenuDevice = createDevice(driverType,
MenuDevice = createDevice(video::EDT_BURNINGSVIDEO,
core::dimension2d<u32>(512, 384), 16, false, false, false, this);
const io::path mediaPath = getExampleMediaPath();