mirror of
https://github.com/stevenrobertson/cuburn.git
synced 2025-07-12 03:05:14 -04:00
fixed a few more variations
This commit is contained in:
@ -854,7 +854,7 @@ var(81, 'waves2', """
|
||||
""")
|
||||
|
||||
var(82, 'exp', """
|
||||
float expe = expf(f->tx);
|
||||
float expe = expf(tx);
|
||||
ox += w * expe * cosf(ty);
|
||||
oy += w * expe * sinf(ty);
|
||||
""")
|
||||
|
Reference in New Issue
Block a user