Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix some errors affecting the Web editor #65704

Merged
merged 1 commit into from
Sep 13, 2022

Commits on Sep 12, 2022

  1. Fix some errors affecting the Web editor

    - Don't warn about minimized/maximized modes not being available.
    - Blender and FBX export both depend on running thirdparty applications,
      which can't be done (easily at least) for Web and Android editors.
    - Editor theme complained about not being able to retrieve texture data
      for an icon. It was only used once so instead of flipping at runtime,
      let's just add a flipped icon.
    
    Part of godotengine#65702.
    akien-mga committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    1513d76 View commit details
    Browse the repository at this point in the history