1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-22 01:17:39 +00:00

wrl:: rug texture

This commit is contained in:
Zeno Rogue
2020-04-15 18:09:27 +02:00
parent c8495c7fdb
commit bf2eece2d8
2 changed files with 50 additions and 7 deletions

View File

@@ -974,7 +974,7 @@ vector<glhr::ct_vertex> ct_array;
vector<glhr::ct_vertex> cp_array;
basic_textureinfo tinf;
EX basic_textureinfo tinf;
void drawTriangle(triangle& t) {
for(int i=0; i<3; i++) {