mirror of
https://github.com/k4zmu2a/SpaceCadetPinball.git
synced 2024-11-14 19:25:18 -05:00
Bug-fix: storage for non-inline static constexpr.
Somehow none of the compilers I test with cought this.
This commit is contained in:
parent
b4cb827d73
commit
65037e0e69
1 changed files with 2 additions and 0 deletions
|
@ -44,6 +44,8 @@ short options::vk_list[28]
|
|||
|
||||
std::map<std::string, std::string> options::settings{};
|
||||
|
||||
constexpr int options::MaxUps, options::MaxFps, options::MinUps, options::MinFps, options::DefUps, options::DefFps;
|
||||
|
||||
|
||||
void options::init()
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue