Skip to content

Commit

Permalink
v1.5.6 Fix Irrlicht function name + update doc version
Browse files Browse the repository at this point in the history
  • Loading branch information
Synxis committed Jun 21, 2015
1 parent ba823b2 commit 579423b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/doxygen/doxygen.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ PROJECT_NAME = "SPARK Particle Engine"
# This could be handy for archiving the generated documentation or
# if some version control system is used.

PROJECT_NUMBER = "1.5.5"
PROJECT_NUMBER = "1.5.6"

# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
Expand Down
2 changes: 1 addition & 1 deletion include/RenderingAPIs/Irrlicht/SPK_IRRRenderer.h
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ namespace IRR

inline void IRRRenderer::updateMaterialBlendingMode()
{
material.MaterialTypeParam = irr::video::pack_texureBlendFunc(
material.MaterialTypeParam = irr::video::pack_textureBlendFunc(
blendSrcFunc,
blendDestFunc,
irr::video::EMFN_MODULATE_1X,
Expand Down

0 comments on commit 579423b

Please sign in to comment.