Changed: #825 Remove all warnings when compiling Ryzom

This commit is contained in:
kervala 2010-12-20 23:47:11 +01:00
parent 8c01cfc3ae
commit 5f2184ef6c

View file

@ -116,6 +116,8 @@ bool CVertexArrayRangeNVidia::allocate(uint32 size, CVertexBuffer::TPreferredM
else
_VertexArrayPtr= nwglAllocateMemoryNV(size, 0, 0, 0.5f);
break;
default:
break;
}
#elif defined(NL_OS_UNIX) && !defined(NL_OS_MAC)
switch(vbType)
@ -129,6 +131,8 @@ bool CVertexArrayRangeNVidia::allocate(uint32 size, CVertexBuffer::TPreferredM
else
_VertexArrayPtr= nglXAllocateMemoryNV(size, 0, 0, 0.5f);
break;
default:
break;
}
#endif // NL_OS_WINDOWS