small bugfix winCE

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/branches/ogl-es@1524 dfc29bdd-3216-0410-991c-e03cc46cb475
master
engineer_apple 2008-09-01 15:41:36 +00:00
parent 1f66702208
commit d4dd74ffff
3 changed files with 6 additions and 4 deletions

View File

@ -1,3 +1,6 @@
TA, 01.09.2008
WindowsCE-Bugfix
Changes in version 1.5 (... 2008)
- isBetweenPoints return true now even for the begin and end points, i.e. line segments are now including their start and end.

View File

@ -104,7 +104,8 @@ int WINAPI WinMain( HINSTANCE hInstance, HINSTANCE hPrevInstance, LPWSTR lpCmdLi
int main()
#endif
{
E_DRIVER_TYPE driverType = EDT_BURNINGSVIDEO;
//E_DRIVER_TYPE driverType = EDT_BURNINGSVIDEO;
E_DRIVER_TYPE driverType = EDT_OPENGL;
// create device

View File

@ -26,9 +26,7 @@ namespace irr
public:
//! constructor
CIrrDeviceWinCE(
core::dimension2d<s32> windowSize,
const SIrrlichtCreationParameters& params);
CIrrDeviceWinCE( const SIrrlichtCreationParameters& params);
//! destructor
virtual ~CIrrDeviceWinCE();