Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #28 from Tilka/warnings
Silence warning
  • Loading branch information
delroth committed Feb 4, 2014
2 parents 9856110 + 8ef5706 commit eb457c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Core/VideoCommon/VertexLoader.cpp
Expand Up @@ -252,6 +252,7 @@ void LOADERDECL UpdateBoundingBox()

default:
ERROR_LOG(VIDEO, "Unknown projection type: %d", xfregs.projection.type);
screenPoint[0] = screenPoint[1] = screenPoint[2] = 1;
}

// Convert to screen space and add the point to the list - round like the real hardware
Expand Down

0 comments on commit eb457c8

Please sign in to comment.