Zylann / godot_voxel

Voxel module for Godot Engine
MIT License
2.72k stars 251 forks source link

Can't find file editor/editor_scale.h. #595

Closed Malkverbena closed 9 months ago

Malkverbena commented 10 months ago

Describe the bug Seems that the godot file "editor/editor_scale.h" has been moved to another directory "editor/theme/editor_scale.h". Because this change it's not possible to compile the module.

To Reproduce Steps to reproduce the behavior:

  1. Just compile the module nortmaly with the latest godot version.

/media/cleber/DATA/COMPILATIONS/godot_modules/voxel/editor/fast_noise_2/chart_view.cpp:4:10: fatal error: editor/editor_scale.h: No such file or directory 4 | #include <editor/editor_scale.h>

Environment

Zylann commented 10 months ago

Should be fixed in 71bf9a92c793adb74155b134232df8b22371b08f

Malkverbena commented 10 months ago

Thanks! It's working like a charm now!