Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2021-05-03 17:42:34 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-05-03 17:44:53 +0300
commit888a697e247f60a7eac33385c91c490c5b05bee0 (patch)
treeb257917017dcf08a2b34122470f6ea99f6cf6a63 /source/blender/gpu/intern/gpu_framebuffer_private.hh
parent12d8720b9be46674c23d4e1cc45159695ed06cf4 (diff)
Cleanup: spelling
Diffstat (limited to 'source/blender/gpu/intern/gpu_framebuffer_private.hh')
-rw-r--r--source/blender/gpu/intern/gpu_framebuffer_private.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/gpu/intern/gpu_framebuffer_private.hh b/source/blender/gpu/intern/gpu_framebuffer_private.hh
index ab4e22ebb80..2b00c239af4 100644
--- a/source/blender/gpu/intern/gpu_framebuffer_private.hh
+++ b/source/blender/gpu/intern/gpu_framebuffer_private.hh
@@ -111,7 +111,7 @@ class FrameBuffer {
public:
/* Reference of a pointer that needs to be cleaned when deallocating the frame-buffer.
- * Points to BPyGPUFrameBuffer::fb */
+ * Points to #BPyGPUFrameBuffer::fb */
void **ref = nullptr;
public: