Skip to content

Commit

Permalink
0.4.6 : Release Notes
Browse files Browse the repository at this point in the history
**DENGITOR**:
- Can now change light component(except light type and mode). You can
only change PCF for DirLights as other lights do not need it in most
cases
- Embed license so its shown in about dialog
- Increase icon size for editor res for Win32
- Use tick to redraw glarea. This is very taxing on resources but makes
the scene tree always up to date
- Use expander to hide or show components
  • Loading branch information
Denzy7 committed Apr 27, 2022
1 parent e929bb2 commit 00fbd68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.10)

project(dengine VERSION 0.4.5 LANGUAGES C)
project(dengine VERSION 0.4.6 LANGUAGES C)

#this is just a slight nuance with cmake rather than renaming the project
set(DENGINE_VERSION "${dengine_VERSION}")
Expand Down

0 comments on commit 00fbd68

Please sign in to comment.