mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 19:45:20 +00:00
Fixed bind rsx method to range implementation
This commit is contained in:
parent
9136cbfcf2
commit
5de1ea3fd4
1 changed files with 1 additions and 1 deletions
|
@ -624,7 +624,7 @@ namespace rsx
|
|||
force_inline static void impl()
|
||||
{
|
||||
bind_range_impl_t<id + step, step, count, T, index + 1>::impl();
|
||||
bind<id, T<id>::impl>();
|
||||
bind<id, T<index>::impl>();
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue