Deze website werkt beter met JavaScript.
Beginscherm
Help
Inloggen
lolengine
/
lol
kopie van
https://github.com/lolengine/lol
Volgen
1
Ster
0
Vork
0
Code
Kwesties
0
Publicaties
0
Wiki
Activiteit
Bladeren bron
Update lol-core.
legacy
Sam Hocevar
6 jaren geleden
bovenliggende
0aa6ccde7a
commit
f8d3df0632
4 gewijzigde bestanden
met
toevoegingen van 4
en
5 verwijderingen
Zij-aan-zij weergave
Diff opties
Statistieken weergeven
Download Patch-bestand
Download Diff-bestand
+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
Bestand weergeven
@@ -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
Bestand weergeven
@@ -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
Bestand weergeven
@@ -15,7 +15,7 @@
#endif
#include <lol/base/lolunit.h>
#include <
../legacy/
lol/math/noise
/simplex
.h>
#include <lol/math/noise.h>
namespace lol
{
Schrijf
Voorbeeld
Laden…
Annuleren
Opslaan