[FIX] auto skin calibration in game scene

This commit is contained in:
Sem van der Hoeven
2021-06-18 10:49:59 +02:00
parent ce0a1f3da7
commit 01570d8045
4 changed files with 57 additions and 24 deletions

View File

@@ -68,6 +68,9 @@ namespace scene
*/
void render_pause_menu();
void update_hand_detection();
void SetupHandDetection();
void OnSkinCalibrationCallback();
public:
In_Game_Scene();