Commit dfb8e961 authored by hybrid's avatar hybrid

Fix device type of SDL device.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@2519 dfc29bdd-3216-0410-991c-e03cc46cb475
parent 40fe8510
...@@ -77,7 +77,7 @@ namespace irr ...@@ -77,7 +77,7 @@ namespace irr
//! Get the device type //! Get the device type
virtual E_DEVICE_TYPE getType() const virtual E_DEVICE_TYPE getType() const
{ {
return EIDT_CONSOLE; return EIDT_SDL;
} }
//! Implementation of the linux cursor control //! Implementation of the linux cursor control
......
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