Skip to content

Commit 08c0844

Browse files
Restore original clientState() method signature to return non-const reference
Co-authored-by: EndlessJour9527 <155411404+EndlessJour9527@users.noreply.github.com>
1 parent d5f4498 commit 08c0844

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/client/graphics/webgl_context.hpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -806,8 +806,7 @@ namespace endor
806806
/**
807807
* @returns the client state of the WebGL context.
808808
*/
809-
// Read-only accessor
810-
const WebGLState &clientState() const
809+
WebGLState &clientState()
811810
{
812811
return clientState_;
813812
}

0 commit comments

Comments
 (0)