Skip to content
Snippets Groups Projects
Commit 5b168f77 authored by mathvdt's avatar mathvdt
Browse files

Fix var cheminFontBase

parent 44f70531
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ class Batiment;
class Bouton;
class Stat;
extern string cheminFont;
extern string cheminFontBase;
enum SectionMenu
{
......@@ -84,7 +84,7 @@ public:
~Menu();
void init(const Vector2f &posEcran = Vector2f{0.f, 0.f},
string cheminFont = cheminFont);
string cheminFont = cheminFontBase);
void dessiner(float scaleSprite = 1.f);
// Getter
......
......@@ -10,7 +10,7 @@
*/
#include "Menu.hpp"
string cheminFont = "./ressource/fonts/nasalization-rg.otf";
string cheminFontBase = "./ressource/fonts/nasalization-rg.otf";
Menu *Menu::_singleton = nullptr;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment