file encoding to utf-8
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
bool CStaticVertexBuffer::Create(int vtxCount, DWORD fvf, bool /*isManaged*/)
|
||||
{
|
||||
// ¹«Á¶°Ç MANAGED ¸ðµå
|
||||
// 무조건 MANAGED 모드
|
||||
return CGraphicVertexBuffer::Create(vtxCount, fvf, D3DUSAGE_WRITEONLY, D3DPOOL_MANAGED);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user