fix: version displaying.
This commit is contained in:
parent
f15a115b0a
commit
9c85913a0f
4 changed files with 5 additions and 5 deletions
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
#include <yapb.h>
|
||||
|
||||
ConVar cv_version ("yb_version", strings.format ("%s.%s", product.version, product.build.count), Var::ReadOnly);
|
||||
ConVar cv_version ("yb_version", product.version.chars (), Var::ReadOnly);
|
||||
|
||||
gamefuncs_t dllapi;
|
||||
enginefuncs_t engfuncs;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue