mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-07-11 15:29:16 -04:00
fix windows
This commit is contained in:
+1
-1
Submodule libultraship updated: ab9935c0f4...d4a22ea7f7
@@ -30,7 +30,6 @@ namespace Editor {
|
||||
Editor::Editor() {
|
||||
}
|
||||
|
||||
std::vector<Mtx> EditorMatrix;
|
||||
void Editor::Load() {
|
||||
printf("Editor: Loading Editor...\n");
|
||||
eObjectPicker.Load();
|
||||
|
||||
@@ -23,6 +23,8 @@ extern "C" {
|
||||
#include "camera.h"
|
||||
}
|
||||
|
||||
std::vector<Mtx> EditorMatrix;
|
||||
|
||||
bool IsInGameScreen() {
|
||||
auto wnd = GameEngine::Instance->context->GetWindow();
|
||||
Ship::Coords mouse = wnd->GetMousePos();
|
||||
|
||||
Reference in New Issue
Block a user