소스 검색

remove //#define PLATFORM_WEB

Agnis Aldiņš "NeZvērs 2 달 전
부모
커밋
fca2317640
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      examples/core/core_3d_fps_controller.c

+ 0 - 2
examples/core/core_3d_fps_controller.c

@@ -19,8 +19,6 @@
 #include "raymath.h"
 #include "rcamera.h"
 
-//#define PLATFORM_WEB
-
 #if defined(PLATFORM_WEB)
 #include <emscripten/emscripten.h>
 #endif