Fix singular/plural in some variable names used in rendertargets.
Still can't decide on fixing/leaving function names... brr git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@6241 dfc29bdd-3216-0410-991c-e03cc46cb475
This commit is contained in:
@@ -46,7 +46,7 @@ namespace irr
|
||||
protected:
|
||||
core::dimension2d<u32> Size;
|
||||
|
||||
core::array<IDirect3DSurface9*> Surface;
|
||||
core::array<IDirect3DSurface9*> Surfaces;
|
||||
|
||||
IDirect3DSurface9* DepthStencilSurface;
|
||||
|
||||
|
Reference in New Issue
Block a user