mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-12 12:55:21 +00:00
Updated pthreads version on Travis-CI
This commit is contained in:
parent
2ded2013bf
commit
7fea29e874
@ -9,7 +9,7 @@ branches:
|
|||||||
before_script:
|
before_script:
|
||||||
- mkdir plugins
|
- mkdir plugins
|
||||||
- wget -O plugins/DevTools.phar https://github.com/PocketMine/DevTools/releases/download/v1.9.0/DevTools_v1.9.0.phar
|
- wget -O plugins/DevTools.phar https://github.com/PocketMine/DevTools/releases/download/v1.9.0/DevTools_v1.9.0.phar
|
||||||
- pecl install channel://pecl.php.net/pthreads-2.0.8
|
- pecl install channel://pecl.php.net/pthreads-2.0.9
|
||||||
- pecl install channel://pecl.php.net/weakref-0.2.4
|
- pecl install channel://pecl.php.net/weakref-0.2.4
|
||||||
- echo | pecl install channel://pecl.php.net/yaml-1.1.1
|
- echo | pecl install channel://pecl.php.net/yaml-1.1.1
|
||||||
|
|
||||||
|
@ -25,11 +25,10 @@ use pocketmine\utils\Random;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Generates simplex-based noise.
|
* Generates simplex-based noise.
|
||||||
* <p>
|
*
|
||||||
* This is a modified version of the freely published version in the paper by
|
* This is a modified version of the freely published version in the paper by
|
||||||
* Stefan Gustavson at
|
* Stefan Gustavson at
|
||||||
* <a href="http://staffwww.itn.liu.se/~stegu/simplexnoise/simplexnoise.pdf">
|
* http://staffwww.itn.liu.se/~stegu/simplexnoise/simplexnoise.pdf
|
||||||
* http://staffwww.itn.liu.se/~stegu/simplexnoise/simplexnoise.pdf</a>
|
|
||||||
*/
|
*/
|
||||||
class Simplex extends Perlin{
|
class Simplex extends Perlin{
|
||||||
protected static $SQRT_3;
|
protected static $SQRT_3;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user