fixed d3d9 rendering

This commit is contained in:
aap
2018-01-13 18:45:35 +01:00
parent 5fe9ca91e8
commit dbb131d92b
4 changed files with 32 additions and 24 deletions

View File

@@ -20,7 +20,7 @@ extern bool32 isP8supported;
extern IDirect3DDevice9 *d3ddevice;
extern Device renderdevice;
void lightingCB(void);
void lightingCB(bool32 normals);
struct Im3DVertex
{