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:
parent
098262aa8a
commit
220d6fc5ee
4 changed files with 6 additions and 6 deletions
|
|
@ -205,7 +205,7 @@ public:
|
|||
attributes.reset();
|
||||
uniforms .reset();
|
||||
|
||||
shader.reset (newShader.release());
|
||||
shader = std::move (newShader);
|
||||
shader->use();
|
||||
|
||||
shape .reset (new Shape());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue