GL: resharper findings (too lazy for const functions)

This commit is contained in:
Megamouse 2021-04-11 15:55:14 +02:00
parent f9d52ea5b9
commit a50be7a912
10 changed files with 7 additions and 24 deletions

View file

@ -955,6 +955,7 @@ namespace gl
case GL_FLOAT:
pack_info.type = GL_HALF_FLOAT;
break;
default: break;
}
}
};