mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-31 21:51:22 +00:00 
			
		
		
		
	Promote CowData to 64 bits
Fixes a lot of bugs, please help me fill the list.
This commit is contained in:
		
							parent
							
								
									9b522ac1a8
								
							
						
					
					
						commit
						24fe0715b5
					
				
					 10 changed files with 145 additions and 114 deletions
				
			
		|  | @ -1375,7 +1375,7 @@ GDScriptCodeGenerator::Address GDScriptCompiler::_parse_expression(CodeGen &code | |||
| 				return GDScriptCodeGenerator::Address(); | ||||
| 			} | ||||
| 
 | ||||
| 			codegen.script->lambda_info.insert(function, { lambda->captures.size(), lambda->use_self }); | ||||
| 			codegen.script->lambda_info.insert(function, { (int)lambda->captures.size(), lambda->use_self }); | ||||
| 			gen->write_lambda(result, function, captures, lambda->use_self); | ||||
| 
 | ||||
| 			for (int i = 0; i < captures.size(); i++) { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Juan Linietsky
						Juan Linietsky