mirror of
https://github.com/Kbz-8/42_vox.git
synced 2026-01-11 22:53:35 +00:00
fixing UUID issue
This commit is contained in:
@@ -43,7 +43,7 @@ namespace Scop
|
||||
|
||||
VkCommandBuffer cmd = renderer.GetActiveCommandBuffer();
|
||||
pipeline.BindPipeline(cmd, 0, {});
|
||||
for(const auto& actor : scene.GetActors())
|
||||
for(const auto& [_, actor] : scene.GetActors())
|
||||
{
|
||||
if(!actor.IsVisible())
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user