diff options
| author | Yong He <yonghe@outlook.com> | 2017-10-31 11:13:00 -0400 |
|---|---|---|
| committer | Yong He <yonghe@outlook.com> | 2017-10-31 11:13:00 -0400 |
| commit | b4754152010b99400a2efbd97c9cfbdb7e986cc0 (patch) | |
| tree | ff9831254cdadf147912c824164dd3d793040164 | |
| parent | 093bf1eb9149ba82258b5a5a159b2f54263b17c2 (diff) | |
| parent | 8ba5d28be28fff7ac3a99a0046cac9fd9897d16e (diff) | |
merge
| -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 { |
