merge from open-source master

Change-Id: Ifec16490ea2170728cb6ccb18d2e74fcb3478db6
This commit is contained in:
The Android Open Source Project
2010-07-02 07:38:30 -07:00
2 changed files with 1 additions and 2 deletions

View File

@@ -253,4 +253,4 @@ float SC_turbulencef3(float x, float y, float z, float octaves)
}
}
}
}

View File

@@ -181,4 +181,3 @@ JNIEXPORT void JNICALL Java_com_android_gljni_GLJNILib_changeBackground(JNIEnv *
{
background = 1.0f - background;
}