fix: bracket
This commit is contained in:
		
							parent
							
								
									2868e65cb5
								
							
						
					
					
						commit
						4074d41d78
					
				| 
						 | 
					@ -17,7 +17,6 @@ void initialize_gdextension_types(ModuleInitializationLevel p_level)
 | 
				
			||||||
    if (p_level != MODULE_INITIALIZATION_LEVEL_SCENE) {
 | 
					    if (p_level != MODULE_INITIALIZATION_LEVEL_SCENE) {
 | 
				
			||||||
        return;
 | 
					        return;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					 | 
				
			||||||
    ClassDB::register_class<GameMode>();
 | 
					    ClassDB::register_class<GameMode>();
 | 
				
			||||||
    ClassDB::register_class<GameRoot3D>();
 | 
					    ClassDB::register_class<GameRoot3D>();
 | 
				
			||||||
    ClassDB::register_class<GameState>();
 | 
					    ClassDB::register_class<GameState>();
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue