shader_ir: Move comment node string
Co-Authored-By: ReinUsesLisp <reinuseslisp@airmail.cc>
This commit is contained in:
		| @@ -492,7 +492,7 @@ private: | ||||
| /// Commentary, can be dropped | ||||
| class CommentNode final { | ||||
| public: | ||||
|     explicit CommentNode(const std::string& text) : text{text} {} | ||||
|     explicit CommentNode(std::string text) : text{std::move(text)} {} | ||||
|  | ||||
|     const std::string& GetText() const { | ||||
|         return text; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Mat M
					Mat M