Cleanup: spelling

This commit is contained in:
2020-07-15 13:11:22 +10:00
parent 061d76f55c
commit e062def3b4
13 changed files with 23 additions and 23 deletions

View File

@@ -348,7 +348,7 @@ void gpu_extensions_init(void)
GG.mip_render_workaround = true;
}
/* Intel Ivy Bridge GPU's seems to have buggy cubemap array support. (see T75943) */
/* Intel Ivy Bridge GPU's seems to have buggy cube-map array support. (see T75943) */
if (GPU_type_matches(GPU_DEVICE_INTEL, GPU_OS_WIN, GPU_DRIVER_OFFICIAL) &&
(strstr(renderer, "HD Graphics 4000") || strstr(renderer, "HD Graphics 2500"))) {
GG.glew_arb_texture_cube_map_array_is_supported = false;