Beispiel #1
0
void CGlobalTerrain::SetBlockSelectionTexture(const char* textureName)
{
	BlockWorldClient* mgr = BlockWorldClient::GetInstance();
	if (mgr && textureName != NULL)
		mgr->SetSelectionTexture(textureName);
}