Commit ad1775dc authored by cutealien's avatar cutealien

Fix documentation errors reported by greenya.


git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4273 dfc29bdd-3216-0410-991c-e03cc46cb475
parent 41efacc9
...@@ -34,7 +34,7 @@ struct SExposedVideoData ...@@ -34,7 +34,7 @@ struct SExposedVideoData
//! Pointer to the IDirect3D9 interface //! Pointer to the IDirect3D9 interface
IDirect3D9* D3D9; IDirect3D9* D3D9;
//! Pointer to the IDirect3D9 interface //! Pointer to the IDirect3DDevice9 interface
IDirect3DDevice9* D3DDev9; IDirect3DDevice9* D3DDev9;
//! Window handle. //! Window handle.
...@@ -48,7 +48,7 @@ struct SExposedVideoData ...@@ -48,7 +48,7 @@ struct SExposedVideoData
//! Pointer to the IDirect3D8 interface //! Pointer to the IDirect3D8 interface
IDirect3D8* D3D8; IDirect3D8* D3D8;
//! Pointer to the IDirect3D8 interface //! Pointer to the IDirect3DDevice8 interface
IDirect3DDevice8* D3DDev8; IDirect3DDevice8* D3DDev8;
//! Window handle. //! Window handle.
......
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