Skip to content

Commit 3b19a61

Browse files
committed
fix windows
1 parent 7cc9894 commit 3b19a61

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

src/engine/editor/Editor.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ namespace Editor {
3030
Editor::Editor() {
3131
}
3232

33-
std::vector<Mtx> EditorMatrix;
3433
void Editor::Load() {
3534
printf("Editor: Loading Editor...\n");
3635
eObjectPicker.Load();

src/engine/editor/EditorMath.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ extern "C" {
2323
#include "camera.h"
2424
}
2525

26+
std::vector<Mtx> EditorMatrix;
27+
2628
bool IsInGameScreen() {
2729
auto wnd = GameEngine::Instance->context->GetWindow();
2830
Ship::Coords mouse = wnd->GetMousePos();

0 commit comments

Comments
 (0)