Ran script to remove trailing spaces and tabs
This commit is contained in:
@@ -42,7 +42,7 @@ void Texture::write(DataOutputStream* out){
|
||||
out->writeVec4(_borderColor);
|
||||
|
||||
out->writeInt(_internalFormatMode);
|
||||
|
||||
|
||||
if ( out->getVersion() >= VERSION_0008 )
|
||||
{
|
||||
out->writeInt(_internalFormat);
|
||||
@@ -56,7 +56,7 @@ void Texture::write(DataOutputStream* out){
|
||||
out->writeBool(_clientStorageHint);
|
||||
out->writeBool(_resizeNonPowerOfTwoHint);
|
||||
}
|
||||
|
||||
|
||||
if ( out->getVersion() >= VERSION_0014 )
|
||||
{
|
||||
out->writeInt(_sourceFormat);
|
||||
|
||||
Reference in New Issue
Block a user