1 2 3 4 5 6
int i = 3; if (GetAsyncKeyState(VK_NUMPAD1) &1 ) { i = 1; bFugas = !bFugas; }
1
m_pD3Ddev->SetTexture(0, values[i]);