Skip to content
Snippets Groups Projects
Commit 9339d045 authored by Alex Ksandra's avatar Alex Ksandra
Browse files

Atomic!

parent b86ce78f
No related branches found
No related tags found
1 merge request!170Framebuffer fix
......@@ -1074,6 +1074,7 @@ function _M:addEffect(src, x, y, duration, damtype, dam, radius, dir, angle, ove
end
local e = {
__ATOMIC = true,
src=src, x=x, y=y, duration=duration, damtype=damtype, dam=dam, radius=radius, dir=dir, angle=angle,
overlay=overlay and (overlay.__ATOMIC or overlay.__CLASSNAME) and overlay,
grids = grids,
......
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