mirror of
				https://github.com/coop-deluxe/sm64coopdx.git
				synced 2025-10-30 08:01:01 +00:00 
			
		
		
		
	Fixed mac compilation (#88)
This commit is contained in:
		
							parent
							
								
									f552e98cd4
								
							
						
					
					
						commit
						2a6c0be1bd
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -45,7 +45,7 @@ void DynOS_Actor_AddCustom(const SysPath &aFilename, const char *aActorName) {
 | 
			
		|||
    }
 | 
			
		||||
 | 
			
		||||
    // Alloc and init the actors gfx list
 | 
			
		||||
    ActorGfx actorGfx   = { 0 };
 | 
			
		||||
    ActorGfx actorGfx   = {  };
 | 
			
		||||
    actorGfx.mGfxData   = _GfxData;
 | 
			
		||||
    actorGfx.mGraphNode = (GraphNode *) DynOS_Geo_GetGraphNode(geoLayout, false);
 | 
			
		||||
    actorGfx.mPackIndex = MOD_PACK_INDEX;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue