diff options
| author | JAROWMR <jarorutjes07@gmail.com> | 2025-01-08 15:01:21 +0100 | 
|---|---|---|
| committer | JAROWMR <jarorutjes07@gmail.com> | 2025-01-08 15:01:21 +0100 | 
| commit | 38c88e394414556a464b07e091b4b7fc8fd27b1d (patch) | |
| tree | 1760cd462aa84b24ba6da4cb160a44733b565c13 /game | |
| parent | 9ead13a796f188abb502f29b0efa136b9c73fda4 (diff) | |
removed enter
Diffstat (limited to 'game')
| -rw-r--r-- | game/menus/shop/ShopMenuScene.cpp | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/game/menus/shop/ShopMenuScene.cpp b/game/menus/shop/ShopMenuScene.cpp index 42755d6..21e3f02 100644 --- a/game/menus/shop/ShopMenuScene.cpp +++ b/game/menus/shop/ShopMenuScene.cpp @@ -50,8 +50,6 @@ void ShopMenuScene::load_scene() {  			.scale = 0.8  		}  	); - -	//  }  string ShopMenuScene::get_name() const { return SHOP_SCENE; } |