Skip to content

Commit 80e021b

Browse files
committed
Correct geogram/Graphite version in dialog.
1 parent 2399bb9 commit 80e021b

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

lib/scene_graph.lua

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,9 @@ function scene_graph_gui.about_window()
191191
)
192192
imgui.SameLine()
193193
imgui.Text( '\n'..
194-
'Graphite version: '..gom.get_environment_value('version')..'\n\n'..
195-
'Released: '..gom.get_environment_value('release_date')..'\n\n'..
194+
'\n'..
195+
'Graphite version: '..gom.get_environment_value('version')..'\n\n'..
196+
'\n'..
196197
'Running on: '..gom.get_environment_value('nb_cores')..' cores'
197198
)
198199
imgui.Separator()

0 commit comments

Comments
 (0)