Skip to content

Commit

Permalink
Merge pull request #557 from rcythr/radial_loading_fix
Browse files Browse the repository at this point in the history
Radials now update on long press, and work first try.
  • Loading branch information
apathyboy committed Mar 16, 2013
2 parents 0614972 + 46bf6a4 commit 4a34a48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/swganh_core/messages/controllers/object_menu_request.h
Expand Up @@ -77,7 +77,7 @@ namespace controllers {
r.custom_description = buffer.read<std::wstring>();
radial_options.push_back(r);
}
response_count = buffer.read<uint8_t>();
}
};

Expand Down

0 comments on commit 4a34a48

Please sign in to comment.