mirror of
				https://github.com/nicbarker/clay.git
				synced 2025-11-04 00:26:17 +00:00 
			
		
		
		
	Remove field hashStringContents in odin bindings
PR #335 removed this field in clay.h but the bindings didn't reflect that change
This commit is contained in:
		
							parent
							
								
									47d1d84bc8
								
							
						
					
					
						commit
						8a64fc251b
					
				| 
						 | 
					@ -111,7 +111,6 @@ TextElementConfig :: struct {
 | 
				
			||||||
	lineHeight:         u16,
 | 
						lineHeight:         u16,
 | 
				
			||||||
	wrapMode:           TextWrapMode,
 | 
						wrapMode:           TextWrapMode,
 | 
				
			||||||
	textAlignment:      TextAlignment,
 | 
						textAlignment:      TextAlignment,
 | 
				
			||||||
	hashStringContents: bool,
 | 
					 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ImageElementConfig :: struct {
 | 
					ImageElementConfig :: struct {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue