Skip to content
Snippets Groups Projects
Commit c91e7e1b authored by DarkGod's avatar DarkGod
Browse files

fixed

parent 0965a83f
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ return {
shockwaveSpeed = shockwaveSpeed or 5.0,
flameIntensity = flameIntensity or 0.5,
ellipsoidalFactor = 1.0, --1 is perfect circle, >1 is ellipsoidal
ellipsoidalFactor = {1.0, 1.0}, --1 is perfect circle, >1 is ellipsoidal
antialiasingRadius = antialiasingRadius or 0.98, --1.0 is no antialiasing, 0.0 - fully smoothed(looks worse)
},
resetargs = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment