소스 검색

Forgot to regenerate nuklear.h

Wladislav ヴラド Artsimovich 3 년 전
부모
커밋
398e338bff
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      nuklear.h

+ 1 - 1
nuklear.h

@@ -29652,7 +29652,7 @@ nk_tooltipfv(struct nk_context *ctx, const char *fmt, va_list args)
 ///   - [y]: Minor version with non-breaking API and library changes
 ///   - [z]: Patch version with no direct changes to the API
 ///
-/// - 2022/02/03 (4.9.7)  - Added nk_rule_horizontal() widget
+/// - 2022/04/15 (4.9.7)  - Added nk_rule_horizontal() widget
 /// - 2022/02/03 (4.9.6)  - Allow overriding the NK_INV_SQRT function, similar to NK_SIN and NK_COS
 /// - 2021/12/22 (4.9.5)  - Revert layout bounds not accounting for padding due to regressions
 /// - 2021/12/22 (4.9.4)  - Fix checking hovering when window is minimized