main #3

Merged
LeenkxTeam merged 8 commits from Dante/LNXSDK:main into main 2026-05-31 05:25:07 +00:00
3 changed files with 4 additions and 4 deletions
Showing only changes of commit 5aec4c9c30 - Show all commits

View File

@ -148,8 +148,8 @@ def invalidate_shader_cache(self, context):
shutil.rmtree(fp + '/windows-resources', onerror=remove_readonly)
if os.path.isdir(fp + '/linux-resources'):
shutil.rmtree(fp + '/linux-resources', onerror=remove_readonly)
if os.path.isdir(fp + '/osx-resources'):
shutil.rmtree(fp + '/osx-resources', onerror=remove_readonly)
if os.path.isdir(fp + '/macos-resources'):
shutil.rmtree(fp + '/macos-resources', onerror=remove_readonly)
def invalidate_compiled_data(self, context):
global invalidate_enabled