diff options
| author | Yong He <yonghe@outlook.com> | 2017-10-31 06:28:23 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-10-31 06:28:23 -0400 |
| commit | e2b473060133ae25a0be92fcfe80c5c7e51fa10a (patch) | |
| tree | cf5e40c2fc7c20156cc71001dc209a268cc1cf76 /tools/render-test | |
| parent | 832d9c708891b10145c6648d893b04ca4a0b879a (diff) | |
| parent | 8ba5d28be28fff7ac3a99a0046cac9fd9897d16e (diff) | |
Merge pull request #240 from csyonghe/master
Fixing issue #236
Diffstat (limited to 'tools/render-test')
| -rw-r--r-- | tools/render-test/render-gl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/render-test/render-gl.cpp b/tools/render-test/render-gl.cpp index 9563ced96..a853a53a4 100644 --- a/tools/render-test/render-gl.cpp +++ b/tools/render-test/render-gl.cpp @@ -609,7 +609,7 @@ public: } return shaderID; - } + } virtual void dispatchCompute(int x, int y, int z) override { |
