Browse Source

Update lol-core.

legacy
Sam Hocevar 5 years ago
parent
commit
f8d3df0632
4 changed files with 4 additions and 5 deletions
  1. +1
    -1
      doc/samples/simplex.cpp
  2. +1
    -2
      doc/tutorial/16_movie.cpp
  3. +1
    -1
      lol-core
  4. +1
    -1
      src/t/math/noise/simplex.cpp

+ 1
- 1
doc/samples/simplex.cpp View File

@@ -16,7 +16,7 @@
#endif #endif


#include <lol/engine.h> #include <lol/engine.h>
#include <../legacy/lol/math/noise/simplex.h>
#include <lol/math/noise.h>


using namespace lol; using namespace lol;




+ 1
- 2
doc/tutorial/16_movie.cpp View File

@@ -16,8 +16,7 @@


#include <lol/engine.h> #include <lol/engine.h>
#include <lol/image/movie.h> #include <lol/image/movie.h>
#include <../legacy/lol/math/noise/perlin.h>
#include "loldebug.h"
#include <lol/math/noise.h>


int main(int argc, char **argv) int main(int argc, char **argv)
{ {


+ 1
- 1
lol-core

@@ -1 +1 @@
Subproject commit c1d74196da4b2d9b50d1047dd521a29b81c78e7c
Subproject commit 8ea7dcfbcf25095375b8357d3570dec87a72e806

+ 1
- 1
src/t/math/noise/simplex.cpp View File

@@ -15,7 +15,7 @@
#endif #endif


#include <lol/base/lolunit.h> #include <lol/base/lolunit.h>
#include <../legacy/lol/math/noise/simplex.h>
#include <lol/math/noise.h>


namespace lol namespace lol
{ {


Loading…
Cancel
Save