Re: [PATCH] wined3d: fix wrong struct initialization
April 26, 2015
12:58 p.m.
On 26 April 2015 at 12:22, Patrick Rudolph <siro(a)das-labor.org> wrote:
- static const struct wined3d_query_data_timestamp_disjoint disjoint_data = {FALSE, 1000 * 1000 * 1000}; + static const struct wined3d_query_data_timestamp_disjoint disjoint_data = {1000 * 1000 * 1000, FALSE}; The change is fine like this, but unfortunately it looks like your MUA has wrapped the patch.
3988
Age (days ago)
3988
Last active (days ago)
0 comments
1 participants
participants (1)
-
Henri Verbeet