From e6f9603ab2fbbe0db1ed6df44da1ca26b5d0e645 Mon Sep 17 00:00:00 2001 From: t <1753592@outlook.com> Date: Thu, 27 Mar 2025 09:08:35 +0800 Subject: [PATCH] wrong spell --- include/osg/DispatchCompute | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/osg/DispatchCompute b/include/osg/DispatchCompute index adacb200112..32e7f820a12 100644 --- a/include/osg/DispatchCompute +++ b/include/osg/DispatchCompute @@ -39,7 +39,7 @@ class OSG_EXPORT DispatchCompute : public osg::Drawable virtual void compileGLObjects(RenderInfo&) const {} - virtual VertexArrayState* createVertexArrayStateImplememtation(RenderInfo&) const { return 0; } + virtual VertexArrayState* createVertexArrayStateImplementation(RenderInfo&) const { return 0; } virtual void drawImplementation(RenderInfo& renderInfo) const;