mirror of
https://github.com/MadeOfJelly/MushMachine.git
synced 2024-12-04 19:23:28 +01:00
fix msvc complaining
This commit is contained in:
parent
2b6a6b3e0c
commit
8ace6e51f9
@ -311,8 +311,8 @@ void LiteParticles2D::setParticleBufferSize(uint32_t new_buffer_size) {
|
||||
}
|
||||
|
||||
void LiteParticles2D::resetBuffers(void) {
|
||||
const auto gl_buffer_type = GL_DYNAMIC_COPY;
|
||||
auto reset_buffer_0 = [this](size_t i) {
|
||||
static const auto gl_buffer_type = GL_DYNAMIC_COPY;
|
||||
auto* data = _particles_0_buffers[i]->map(_particle_buffer_size, gl_buffer_type);
|
||||
for (size_t x = 0; x < _particle_buffer_size; x++) {
|
||||
data[x] = glm::vec4{
|
||||
|
Loading…
Reference in New Issue
Block a user