Browse Source

Move & symbol to the left when its part of the type

master
Riyyi 4 years ago
parent
commit
48b7097fe3
  1. 2
      inferno/src/inferno/render/buffer.h

2
inferno/src/inferno/render/buffer.h

@ -86,7 +86,7 @@ namespace Inferno {
void bind() const; void bind() const;
void unbind() const; void unbind() const;
inline BufferLayout const &getLayout() const { return m_layout; } inline const BufferLayout& getLayout() const { return m_layout; }
inline void setLayout(const BufferLayout& layout) { m_layout = layout; } inline void setLayout(const BufferLayout& layout) { m_layout = layout; }

Loading…
Cancel
Save