You've already forked Nitro_Render_V3
mirror of
https://github.com/duckietm/Nitro_Render_V3.git
synced 2026-06-19 15:06:20 +00:00
🆙 Fixed the Door not visable when window is on wall
This commit is contained in:
+5
-5
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user