This website works better with JavaScript.
Home
Help
Sign In
lolengine
/
lol
mirror of
https://github.com/lolengine/lol
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Update lol-core.
legacy
Sam Hocevar
5 years ago
parent
0aa6ccde7a
commit
f8d3df0632
4 changed files
with
4 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
doc/samples/simplex.cpp
+1
-2
doc/tutorial/16_movie.cpp
+1
-1
lol-core
+1
-1
src/t/math/noise/simplex.cpp
+ 1
- 1
doc/samples/simplex.cpp
View File
@@ -16,7 +16,7 @@
#endif
#include <lol/engine.h>
#include <
../legacy/
lol/math/noise
/simplex
.h>
#include <lol/math/noise.h>
using namespace lol;
+ 1
- 2
doc/tutorial/16_movie.cpp
View File
@@ -16,8 +16,7 @@
#include <lol/engine.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)
{
+ 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
#include <lol/base/lolunit.h>
#include <
../legacy/
lol/math/noise
/simplex
.h>
#include <lol/math/noise.h>
namespace lol
{
Write
Preview
Loading…
Cancel
Save