t3du - CA Updates
This commit is contained in:
		| @ -544,13 +544,14 @@ class Inc { | ||||
| 					rt.unload(); | ||||
| 					path.renderTargets.remove("shadowMap"); | ||||
| 				} | ||||
| 		} | ||||
| 		else if (l.data.raw.shadowmap_size != config.rp_shadowmap_cube) { | ||||
| 			l.data.raw.shadowmap_size = config.rp_shadowmap_cube; | ||||
| 			var rt = path.renderTargets.get("shadowMapCube"); | ||||
| 			if (rt != null) { | ||||
| 				rt.unload(); | ||||
| 				path.renderTargets.remove("shadowMapCube"); | ||||
| 			} | ||||
| 			else if (l.data.raw.shadowmap_size != config.rp_shadowmap_cube) { | ||||
| 				l.data.raw.shadowmap_size = config.rp_shadowmap_cube; | ||||
| 				var rt = path.renderTargets.get("shadowMapCube"); | ||||
| 				if (rt != null) { | ||||
| 					rt.unload(); | ||||
| 					path.renderTargets.remove("shadowMapCube"); | ||||
| 				} | ||||
| 			} | ||||
| 		} | ||||
| 		if (superSample != config.rp_supersample) { | ||||
|  | ||||
		Reference in New Issue
	
	Block a user