Typo
This commit is contained in:
		
							parent
							
								
									c9423164d4
								
							
						
					
					
						commit
						78f9272e3d
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -182,7 +182,7 @@ Color FontPrivate::defaultColorTmp(255, 255, 255, 255);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
bool Font::doesExist(const char *name)
 | 
					bool Font::doesExist(const char *name)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	std::string path = std::string("fonts/") + std::string(name);
 | 
						std::string path = std::string("Fonts/") + std::string(name);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	return shState->fileSystem().exists(path.c_str(), FileSystem::Font);
 | 
						return shState->fileSystem().exists(path.c_str(), FileSystem::Font);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue