Compare commits
2 commits
5dba19b9a4
...
be35960f91
Author | SHA1 | Date | |
---|---|---|---|
be35960f91 | |||
70cec6a82b |
1 changed files with 2 additions and 2 deletions
|
@ -22,8 +22,8 @@ void create_surface_component(test::FuzzDataProvider &provider, ecs::Registry &r
|
|||
const auto title = provider.consume_string(length).value_or("");
|
||||
|
||||
const auto resolution = math::uvec2 {
|
||||
provider.consume<uint32_t>().value_or(32u),
|
||||
provider.consume<uint32_t>().value_or(64u),
|
||||
provider.consume<uint32_t>().value_or({ 32 }),
|
||||
provider.consume<uint32_t>().value_or({ 64 }),
|
||||
};
|
||||
const auto visible = provider.consume<bool>().value_or(false);
|
||||
const auto vsync = provider.consume<bool>().value_or(false);
|
||||
|
|
Loading…
Add table
Reference in a new issue