mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-01 11:06:30 +03:00
Renamed all the functions with "*Subset*" to "*TexCoord".
--HG-- branch : dev-2.1
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user