HarbourMasters / HarbourMasters/Shipwright
figure out a less verbose "save cvar next tick"
Open
code cleanup
- Dominant language
- C
- Stars
- 5.4k
- Forks
- 837
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 72
Description
as of https://github.com/HarbourMasters/Shipwright/pull/2881 saving cvars on the next tick now requires calling
```cpp
LUS::Context::GetInstance()->GetWindow()->GetGui()->SaveConsoleVariablesOnNextTick()
```
which is quite verbose
might be nice to macro this or something
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.