bevy/crates/bevy_render
Charles 5ba5c8e375 insert_attribute panic with full message (#5651)
# Objective

When an invalid attribute is inserted and the LogPlugin is not enabled the full error is not printed which means makes it hard to diagnose.

## Solution

- Always print the full message in the panic.

## Notes

I originally had a separate error log because I wanted to make it clearer for users, but this is probably causing more issues than necessary.
2022-08-15 22:17:41 +00:00
..
macros Bump Version after Release (#5576) 2022-08-05 02:03:05 +00:00
src insert_attribute panic with full message (#5651) 2022-08-15 22:17:41 +00:00
Cargo.toml Bump Version after Release (#5576) 2022-08-05 02:03:05 +00:00