소스 검색

Forgot this too

Eiyeron Fulmincendii 8 년 전
부모
커밋
322cc81a0f
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      debug_overlay/init.lua

+ 1 - 0
debug_overlay/init.lua

@@ -5,6 +5,7 @@
     The debug overlay is targeting to be a relatively agnositc debug framework for Love2D based on love-imgui.
     Requiring for now a custom class implementation and love-imgui.
     To turn on the debug module, set the global variable ENABLE_DEBUG_OVERLAY to true before requiring the debug module for the first time.
+        ENABLE_DEBUG_OVERLAY = true
     It is very suggested to use imgui-love module as this module has been designed with it in mind.