mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-12 15:14:35 +00:00
Remove unused and (partially) unworking UnifiedShell.
This commit is contained in:
parent
5f2904f521
commit
d3ba8e8e44
37 changed files with 6 additions and 2732 deletions
|
|
@ -220,8 +220,6 @@ function disconnectedCleanup()
|
|||
// Back to the launch screen
|
||||
if (isObject( MainMenuGui ))
|
||||
Canvas.setContent( MainMenuGui );
|
||||
else if (isObject( UnifiedMainMenuGui ))
|
||||
Canvas.setContent( UnifiedMainMenuGui );
|
||||
|
||||
// Before we destroy the client physics world
|
||||
// make sure all ServerConnection objects are deleted.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue