- texture creation WIP.

This commit is contained in:
Christoph Oelckers 2019-10-18 00:20:27 +02:00
parent 3da49ad20a
commit c6514949e3
7 changed files with 208 additions and 194 deletions

View file

@ -1188,7 +1188,8 @@ int32_t polymost_voxdraw(voxmodel_t *m, tspriteptr_t const tspr)
}
VSMatrix identity(0);
GLInterface.SetMatrix(Matrix_ModelView, &identity);
return 1;
GLInterface.SetTinting(0, 0, PalEntry(255, 255, 255));
return 1;
}
#endif