1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Some minor code tidying

This commit is contained in:
Tom Poole 2023-01-03 14:48:32 +00:00
parent 098262aa8a
commit 220d6fc5ee
4 changed files with 6 additions and 6 deletions

View file

@ -205,7 +205,7 @@ public:
attributes.reset();
uniforms .reset();
shader.reset (newShader.release());
shader = std::move (newShader);
shader->use();
shape .reset (new Shape());