Skip to content

Commit

Permalink
directvt#400 WIP: Shaders (multiuser)
Browse files Browse the repository at this point in the history
  • Loading branch information
o-sdn-o committed Oct 24, 2023
1 parent e7fffb1 commit 73246c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/netxs/desktopio/canvas.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1721,7 +1721,8 @@ namespace netxs
template<class D, class S>
inline void operator () (D& dst, S& src) const
{
dst.fuse(src);
auto i = factor;
while(i-- > 0) dst.fuse(src);
operator()(dst);
}
};
Expand Down

0 comments on commit 73246c8

Please sign in to comment.