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 c0b44da
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/laigter-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
uses: jurplel/install-qt-action@v4
with:
aqtversion: '==3.1.*'
version: '6.8.0'
arch: 'win64_msvc2022_64'
version: '6.2.0'
arch: 'win64_mingw81'
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 c0b44da

Please sign in to comment.