Matteo Bruni (@Mystral) commented about dlls/d3dx9_36/tests/volume.c:
IDirect3DVolumeTexture9_Release(volume_texture);
}
+static void set_vec3(D3DXVECTOR3 *v, float x, float y, float z) +{
- v->x = x;
- v->y = y;
- v->z = z;
+}
+static const D3DXVECTOR4 quadrant_color[] = {
Style comments, sorry: ```suggestion:-0+0 static const D3DXVECTOR4 quadrant_color[] = { ```