Ed_
368abefccf
Switched frametime_delta32 to frametime_avg_ms. I'll problably rename it and keept delta32 for actual delta. Reading over the sokol_app code I noticed it uses the avg frametime and definitely want to do that for spike alleviation...
24 lines
199 B
Plaintext
24 lines
199 B
Plaintext
{
|
|
"folders":
|
|
[
|
|
{
|
|
"path": ".",
|
|
}
|
|
],
|
|
"settings":
|
|
{
|
|
"LSP":
|
|
{
|
|
"ols":
|
|
{
|
|
"enabled": true,
|
|
"enable_snippets": false,
|
|
},
|
|
"odin":
|
|
{
|
|
"enabled": true
|
|
},
|
|
},
|
|
},
|
|
}
|