Renamed all the functions with "*Subset*" to "*TexCoord".

--HG--
branch : dev-2.1
This commit is contained in:
Martín Lucas Golini
2018-01-11 22:56:58 -03:00
parent 29b5251f97
commit af3af9bef0
4 changed files with 44 additions and 37 deletions

View File

@@ -1347,7 +1347,7 @@ void EETest::screen2() {
Batch.setTexture( TNP[2] );
Batch.quadsBegin();
Batch.quadsSetColor( Color(150,150,150,100) );
Batch.quadsSetSubset( 0.0f, 0.0f, 0.5f, 0.5f );
Batch.quadsSetTexCoord( 0.0f, 0.0f, 0.5f, 0.5f );
Batch.setBatchRotation( ang );
Batch.setBatchScale( scale );