mirror of
				https://github.com/ArthurSonzogni/FTXUI.git
				synced 2025-11-01 02:58:12 +08:00 
			
		
		
		
	Fix issue 19.
This was introduced by previous patch. See: https://github.com/ArthurSonzogni/FTXUI/issues/19
This commit is contained in:
		| @@ -27,7 +27,7 @@ void Node::Render(Screen& screen) { | ||||
| } | ||||
|  | ||||
| void Render(Screen& screen, const Element& element) { | ||||
|   Render(screen, element); | ||||
|   Render(screen, element.get()); | ||||
| } | ||||
|  | ||||
| void Render(Screen& screen, Node* node) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 ArthurSonzogni
					ArthurSonzogni