forked from metin-server/m2dev-client-src
file encoding to utf-8
This commit is contained in:
@@ -103,7 +103,7 @@ void CSpeedTreeWrapper::OnRenderPCBlocker()
|
||||
|
||||
CSpeedTreeForestDirectX8::Instance().UpdateSystem(ELTimer_GetMSec() / 1000.0f);
|
||||
|
||||
// 하나만 렌더링 할 때는 LOD 사용하지 않음
|
||||
// 하나만 렌더링 할 때는 LOD 사용하지 않음
|
||||
m_pSpeedTree->SetLodLevel(1.0f);
|
||||
//Advance();
|
||||
|
||||
@@ -250,7 +250,7 @@ void CSpeedTreeWrapper::OnRender()
|
||||
|
||||
CSpeedTreeForestDirectX8::Instance().UpdateSystem(ELTimer_GetMSec() / 1000.0f);
|
||||
|
||||
// 하나만 렌더링 할 때는 LOD 사용하지 않음
|
||||
// 하나만 렌더링 할 때는 LOD 사용하지 않음
|
||||
m_pSpeedTree->SetLodLevel(1.0f);
|
||||
//Advance();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user