mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-04-20 00:02:55 +00:00
Fix compilation
This commit is contained in:
parent
ce22a2fea6
commit
03fe515fb0
@ -55,7 +55,7 @@ namespace IW4
|
|||||||
return json{
|
return json{
|
||||||
{"floatTime", water->writable.floatTime},
|
{"floatTime", water->writable.floatTime},
|
||||||
{"H0", BuildComplexTableJson(water->H0, water->M * water->N)},
|
{"H0", BuildComplexTableJson(water->H0, water->M * water->N)},
|
||||||
{"wTerm", water->wTerm ? std::vector(water->wTerm, water->wTerm + (water->M * water->N)) : json::array()},
|
{"wTerm", water->wTerm ? json{std::vector(water->wTerm, water->wTerm + (water->M * water->N))} : json::array()},
|
||||||
{"M", water->M},
|
{"M", water->M},
|
||||||
{"N", water->N},
|
{"N", water->N},
|
||||||
{"Lx", water->Lx},
|
{"Lx", water->Lx},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user