Minor tweak

This commit is contained in:
Joshua Granick
2015-08-28 23:06:16 -07:00
parent 0538780f8e
commit 98a8ce445c
3 changed files with 4 additions and 3 deletions

View File

@@ -1219,7 +1219,7 @@ namespace lime {
}
void lime_gl_tex_parameterf (int inTarget, int inPName, double inVal) {
void lime_gl_tex_parameterf (int inTarget, int inPName, float inVal) {
glTexParameterf (inTarget, inPName, inVal);