Skip to content

Commit

Permalink
Try to fix windows workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
azagaya committed Oct 10, 2024
1 parent 4035f3a commit 522fd35
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/laigter-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
aqtversion: '==3.1.*'
version: '6.8.0'
arch: 'win64_msvc2022_64'
arch: 'win64_llvm_mingw'
extra: '--external 7z'
target: 'desktop'
host: 'windows'
Expand Down
5 changes: 0 additions & 5 deletions src/image_processor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1411,11 +1411,6 @@ QImage ImageProcessor::get_heightmap()
return heightmap.copy();
}

QImage ImageProcessor::get_distance_map()
{
/* Implement this ? */
}

void ImageProcessor::set_light_list(QList<LightSource *> &list)
{
lightList.clear();
Expand Down
1 change: 0 additions & 1 deletion src/image_processor.h
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,6 @@ class ImageProcessor : public QObject
QImage *get_parallax();
QImage *get_specular();
QImage *get_texture();
QImage get_distance_map();
QImage get_heightmap();
QString get_heightmap_path();
QString get_name();
Expand Down

0 comments on commit 522fd35

Please sign in to comment.