Skip to content

Commit a2aed1a

Browse files
authored
Update header.h
1 parent a6ac884 commit a2aed1a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/header.h

+1
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,7 @@ enum TIME_KND {
238238
TIME_NOTES = 0, //ノーツが開始(最初の小節が生成)で計測開始,cntはこれに最初にcreate_time加算(マイナス用,通常は0),
239239
TIME_MAINGAME, //メインゲーム,開始時には-1000,1秒後に計測開始,ノーツ・音楽開始にのみ使用
240240
TIME_FPS, //fps計測用
241+
TIME_CLOCK, //垂直同期用
241242
};
242243

243244
enum WARNING_KND {

0 commit comments

Comments
 (0)