mirror of
				https://github.com/nicbarker/clay.git
				synced 2025-11-04 00:26:17 +00:00 
			
		
		
		
	[Bindings/Odin] Switch error enum to correct size
This commit is contained in:
		
							parent
							
								
									3030390038
								
							
						
					
					
						commit
						5a328da308
					
				| 
						 | 
				
			
			@ -317,7 +317,7 @@ ElementDeclaration :: struct {
 | 
			
		|||
    userData: rawptr
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
ErrorType :: enum {
 | 
			
		||||
ErrorType :: enum EnumBackingType {
 | 
			
		||||
    TextMeasurementFunctionNotProvided,
 | 
			
		||||
    ArenaCapacityExceeded,
 | 
			
		||||
    ElementsCapacityExceeded,
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue