From 37012947f4dbf702d53313a0976fc56b8754134c Mon Sep 17 00:00:00 2001 From: Justin Scofield Date: Mon, 20 Jun 2022 09:51:58 -0400 Subject: [PATCH] remove scene from ow editor --- src/application/Editor/overworld_editor.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/application/Editor/overworld_editor.h b/src/application/Editor/overworld_editor.h index cdf64193..318b5629 100644 --- a/src/application/Editor/overworld_editor.h +++ b/src/application/Editor/overworld_editor.h @@ -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_;