Skip to content

Commit 6aa148c

Browse files
authored
Update Shader.hpp
1 parent 72aca24 commit 6aa148c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/Shader.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ class Shader : public ::Shader {
6363

6464
other.id = 0;
6565
other.locs = nullptr;
66+
67+
return *this;
6668
}
6769

6870
~Shader() {

0 commit comments

Comments
 (0)