diff options
Diffstat (limited to 'src/teapot_data.c')
| -rw-r--r-- | src/teapot_data.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/teapot_data.c b/src/teapot_data.c index 2c80ec7..a9b9cec 100644 --- a/src/teapot_data.c +++ b/src/teapot_data.c @@ -16,7 +16,7 @@ * along with this program. If not, see <https://www.gnu.org/licenses/>. */ -#include "teapot_data.h" +#include "models/teapot_data.h" const float teapot_positions[][TA_TEAPOT_DIMENSION] = { {0.000000f, 2.250000f, 1.500000f}, |