small bugfix winCE
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/branches/ogl-es@1524 dfc29bdd-3216-0410-991c-e03cc46cb475
This commit is contained in:
parent
20efeb0763
commit
ac5ce0b80d
@ -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.
|
||||
|
@ -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
|
||||
|
||||
|
@ -26,9 +26,7 @@ namespace irr
|
||||
public:
|
||||
|
||||
//! constructor
|
||||
CIrrDeviceWinCE(
|
||||
core::dimension2d<s32> windowSize,
|
||||
const SIrrlichtCreationParameters& params);
|
||||
CIrrDeviceWinCE( const SIrrlichtCreationParameters& params);
|
||||
|
||||
//! destructor
|
||||
virtual ~CIrrDeviceWinCE();
|
||||
|
Loading…
x
Reference in New Issue
Block a user