File tree 3 files changed +5
-3
lines changed
Projects/Editor/Source/Editor/Space/GUIHierarchy
3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -155,8 +155,8 @@ jobs:
155
155
runs-on : macos-latest
156
156
steps :
157
157
- uses : actions/checkout@v2
158
- # with:
159
- # lfs: true
158
+ with :
159
+ lfs : true
160
160
- name : Build
161
161
run : |
162
162
brew install libomp
Original file line number Diff line number Diff line change @@ -204,7 +204,7 @@ namespace Skylicht
204
204
if (tree == NULL )
205
205
return ;
206
206
207
- if (press = true )
207
+ if (press == true )
208
208
{
209
209
if (key == GUI::KEY_F2)
210
210
{
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ environment:
13
13
toolchain : Cygwin
14
14
configuration : Release
15
15
cmake_args : -B ./PrjCygwin -G "Unix Makefiles" -DBUILD_BULLET_PHYSIC_LIB=OFF -DBUILD_SHARED_LIBS=ON
16
+ GIT_LFS_SKIP_SMUDGE : 1
16
17
17
18
# Win32/x86/Release
18
19
# - platform: Win32 x86
@@ -21,6 +22,7 @@ environment:
21
22
# configuration: Release
22
23
# cmake_args: -B ./PrjVisualStudio -G "Visual Studio 15 2017" -A Win32 -DBUILD_BULLET_PHYSIC_LIB=OFF -DBUILD_SHARED_LIBS=ON
23
24
# cmake_build: /verbosity:minimal /maxcpucount
25
+ # GIT_LFS_SKIP_SMUDGE: 1
24
26
25
27
# clone directory
26
28
clone_folder : C:\Projects\Skylicht_Engine
You can’t perform that action at this time.
0 commit comments