🆙 Fixed the Door not visable when window is on wall

This commit is contained in:
duckietm
2026-05-04 12:01:45 +02:00
parent 2f7b80e894
commit 6ab93ee146
3 changed files with 28 additions and 6 deletions
+5 -5
View File
@@ -12,13 +12,13 @@
},
"repository": {
"type": "git",
"url": "https://github.com/billsonnn/nitro-renderer.git"
"url": "https://github.com/duckietm/Nitro_Render_V3.git"
},
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/billsonnn/nitro-renderer/issues"
"url": "https://github.com/duckietm/Nitro_Render_V3/issues"
},
"homepage": "https://github.com/billsonnn/nitro-renderer",
"homepage": "https://github.com/duckietm/Nitro_Render_V3",
"scripts": {
"build": "vite build",
"compile": "tsc --project ./tsconfig.json --noEmit false",
@@ -49,7 +49,7 @@
"tslib": "^2.6.3",
"typescript": "~5.8.2",
"typescript-eslint": "^8.26.1",
"vite": "^5.4.9",
"vitest": "^4.0.18"
"vite": "^8.0.10",
"vitest": "^4.1.5"
}
}