mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
fix darkroom: add make_object_list
This commit is contained in:
parent
abfa6082b4
commit
3cb882ce91
13 changed files with 128 additions and 14 deletions
|
@ -16,7 +16,7 @@ namespace darkcult {
|
|||
//
|
||||
// object
|
||||
//
|
||||
SPROUT_STATIC_CONSTEXPR auto object = sprout::make_tuple(
|
||||
SPROUT_STATIC_CONSTEXPR auto object = objects::make_object_list(
|
||||
objects::make_aa_plane(
|
||||
objects::aa_plane_direction::y,
|
||||
-2.0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue