Skip to content

Commit

Permalink
Merge branch 'master' of [email protected]:crykn/libgdx-screenmanager.git
Browse files Browse the repository at this point in the history
  • Loading branch information
crykn committed Jan 1, 2021
2 parents c2c769e + 98be521 commit 406c57a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apply plugin: "idea"
apply plugin: "jacoco"
apply plugin: "maven"

version '0.6.3'
version '0.6.4'

sourceCompatibility = 1.8
targetCompatibility = 1.8
Expand Down Expand Up @@ -54,8 +54,8 @@ install {

// DEPENDENCIES
ext {
gdxVersion = "1.9.11"
guacamoleVersion = "0.2.2"
gdxVersion = "1.9.12"
guacamoleVersion = "0.2.3"
junitVersion = "5.6.0"
mockitoVersion = "3.4.4"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
* <p>
* The technical details: A GL Transition is a GLSL code that implements a
* transition function which takes a {@code vec2 uv} pixel position and returns
* a {@code vec4 color}. This color represents the mix of the from to the to
* textures based on the variation of a contextual progress value from
* {@code 0.0} to {@code 1.0}.
* a {@code vec4 color}. This color represents the mix of the {@code from} to
* the {@code to} textures based on the variation of a contextual progress value
* from {@code 0.0} to {@code 1.0}.
*
* @version 0.4.0
* @since 0.4.0
* @author damios
*
* @see <a href=
Expand Down

0 comments on commit 406c57a

Please sign in to comment.