-
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
afc9969
commit 6dcedc0
Showing
4 changed files
with
25 additions
and
10 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# Changelog 3.1.8 | ||
This is a small hotfix release that patches the camera module, which caused errors on YYC and HTML5 platforms. | ||
|
||
## GML API: | ||
### Camera module | ||
* Fixed a bug where Windows YYC (and possibly other YYC targets) did not work if `_positionHandler` argument was not passed to `BBMOD_Camera.update`. | ||
* Fixed method `BBMOD_Camera.get_proj_mat`, which did not work in HTML5. |