More best practice way
This commit is contained in:
		
					parent
					
						
							
								1cff8df36b
							
						
					
				
			
			
				commit
				
					
						281e4eb9f0
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -95,7 +95,7 @@ impl SheetGui for CharacterSheet {
 | 
				
			||||||
            ui.label("Matériel");
 | 
					            ui.label("Matériel");
 | 
				
			||||||
            ui.add(DragValue::new(&mut materiel));
 | 
					            ui.add(DragValue::new(&mut materiel));
 | 
				
			||||||
        });
 | 
					        });
 | 
				
			||||||
        return (base, carac, materiel);
 | 
					        (base, carac, materiel)
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    fn gui_address(&mut self, ui: &mut Ui) {
 | 
					    fn gui_address(&mut self, ui: &mut Ui) {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue