mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:44:11 +02:00
fix build errors again
This commit is contained in:
parent
66d77d2df8
commit
7936dd1ac4
1 changed files with 1 additions and 1 deletions
|
@ -308,7 +308,7 @@ void Procedural::prepare(gpu::Batch& batch,
|
|||
gpuTexture->setSampler(sampler);
|
||||
gpuTexture->setAutoGenerateMips(true);
|
||||
}
|
||||
batch.setResourceTexture(procedural::slot::texture::Channel0 + i, gpuTexture);
|
||||
batch.setResourceTexture((gpu::uint32)(procedural::slot::texture::Channel0 + i), gpuTexture);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue