Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix travis build
  • Loading branch information
Eli2 committed Jan 21, 2017
1 parent 5241002 commit 373b5d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/graphics/data/Mesh.cpp
Expand Up @@ -2385,7 +2385,7 @@ void ComputePortalVertexBuffer() {

// Upload all vertices for this texture and remember the indices
for(int j = 0; j < room->nb_polys; j++) {
Vec2i tilePos = room->epdata[j].tile;
Vec2s tilePos = room->epdata[j].tile;
BackgroundTileData & tile = ACTIVEBKG->m_tileData[tilePos.x][tilePos.y];
EERIEPOLY & poly = tile.polydata[room->epdata[j].idx];

Expand Down

0 comments on commit 373b5d8

Please sign in to comment.