Comment out stdio
This commit is contained in:
parent
b5d8944831
commit
138c0f295c
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
||||||
#ifndef RAYCAST_DEMO_GENERAL_HPP
|
#ifndef RAYCAST_DEMO_GENERAL_HPP
|
||||||
#define RAYCAST_DEMO_GENERAL_HPP
|
#define RAYCAST_DEMO_GENERAL_HPP
|
||||||
|
|
||||||
#include "stdio.h" // for debugging raycastlibg
|
//#include "stdio.h" // for debugging raycastlibg
|
||||||
|
|
||||||
#define RCL_VERTICAL_FOV RCL_UNITS_PER_SQUARE /* Redefine camera vertical FOV:
|
#define RCL_VERTICAL_FOV RCL_UNITS_PER_SQUARE /* Redefine camera vertical FOV:
|
||||||
RCL_UNITS_PER_SQUARE would normally mean
|
RCL_UNITS_PER_SQUARE would normally mean
|
||||||
|
|
Loading…
Reference in a new issue