mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-21 01:41:10 +00:00
Correct vulkan plugin strings
This commit is contained in:
parent
77afc30486
commit
d95e9f9af3
1 changed files with 2 additions and 2 deletions
|
@ -179,9 +179,9 @@ static plugin_t plugin_info = {
|
|||
0,
|
||||
QFPLUGIN_VERSION,
|
||||
"0.1",
|
||||
"GLSL Renderer",
|
||||
"Vulkan Renderer",
|
||||
"Copyright (C) 1996-1997 Id Software, Inc.\n"
|
||||
"Copyright (C) 1999-2012 contributors of the QuakeForge project\n"
|
||||
"Copyright (C) 1999-2019 contributors of the QuakeForge project\n"
|
||||
"Please see the file \"AUTHORS\" for a list of contributors",
|
||||
&plugin_info_funcs,
|
||||
&plugin_info_data,
|
||||
|
|
Loading…
Reference in a new issue