remove scene from ow editor

This commit is contained in:
Justin Scofield
2022-06-20 09:51:58 -04:00
parent 8eebf706be
commit 37012947f4

View File

@@ -6,7 +6,6 @@
#include "Data/OW/overworld.h"
#include "Graphics/icons.h"
#include "Graphics/palette.h"
#include "Graphics/scene.h"
#include "Graphics/tile.h"
namespace yaze {
@@ -31,7 +30,6 @@ class OverworldEditor {
Data::ROM rom_;
Data::Overworld overworld;
Graphics::Scene current_scene_;
Graphics::Bitmap allgfxBitmap;
Graphics::SNESPalette palette_;
Graphics::TilePreset current_set_;