mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-06-12 11:07:39 +02:00
event caller refactoring
change operation order of minigame loading
This commit is contained in:
@ -522,7 +522,7 @@ namespace HeavenStudio.Editor
|
||||
|
||||
public void ToggleDebugCam()
|
||||
{
|
||||
var game = GameManager.instance.currentGameO;
|
||||
var game = GameManager.instance.minigameObj;
|
||||
|
||||
if (game != null)
|
||||
{
|
||||
|
Reference in New Issue
Block a user