Add logger use to test app
This commit is contained in:
parent
efc54145b7
commit
cf55551ad6
|
@ -21,6 +21,8 @@ void main() {
|
|||
|
||||
ubyte red = 0;
|
||||
bool increase = true;
|
||||
|
||||
logger(LoggingSeverity.Information, "Started Hibis test app! BEHOLD: Colours.");
|
||||
while (renderer.keepOpen) {
|
||||
engine.runNodeProcesses();
|
||||
|
||||
|
|
Loading…
Reference in a new issue