Skip to content

Commit d3f956d

Browse files
Daniyal09Arctis-Fireblight
authored andcommitted
Fix import path for GameMenuUtils
1 parent 6bb02aa commit d3f956d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

platform/android/java/editor/src/main/java/org/godotengine/editor/embed/EmbeddedGodotGame.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ import android.view.WindowManager.LayoutParams.FLAG_NOT_TOUCH_MODAL
4242
import android.view.WindowManager.LayoutParams.FLAG_WATCH_OUTSIDE_TOUCH
4343
import org.godotengine.editor.GodotGame
4444
import org.godotengine.editor.R
45-
import org.godotengine.godot.utils.GameMenuUtils
45+
import org.godotengine.godot.editor.utils.GameMenuUtils
4646

4747
/**
4848
* Host the Godot game from the editor when the embedded mode is enabled.

0 commit comments

Comments
 (0)