Merge "Fix missing NL"

This commit is contained in:
Jean-Baptiste Queru
2010-07-01 13:46:03 -07:00
committed by Android Code Review
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;
}