forked from Chysn/O_C-HemisphereSuite
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TB-3PO: Changed the Density and Scale parameters to take effect on th…
…e next step instead of waiting for a reset pulse to apply. Now tracking the density and scale size that was last used to render things, and if a change is detected during the interval between the clock input and the ADC lag handling of that step, a new amortized re-render is started. Thanks to Muffwiggler User qiemem for the suggestion! Changing version to 1.8.
- Loading branch information
1 parent
915aa1c
commit 02b1b92
Showing
2 changed files
with
41 additions
and
12 deletions.
There are no files selected for viewing
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,4 +1,4 @@ | ||
#ifndef OC_VERSION_H_ | ||
#define OC_VERSION_H_ | ||
#define OC_VERSION "v1.8A-Log0.7" | ||
#define OC_VERSION "v1.8A-Log0.8" | ||
#endif |