File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.13 FATAL_ERROR)
22
3- project (RigelEngine VERSION 0.8.1 )
3+ project (RigelEngine VERSION 0.8.2 )
44
55set (CMAKE_CXX_STANDARD 17)
66set (CMAKE_CXX_STANDARD_REQUIRED ON )
Original file line number Diff line number Diff line change @@ -748,6 +748,8 @@ void OptionsMenu::drawCreditsBox(const engine::TimeDelta dt)
748748 centeredText (" Andrei-Florin Bencsik (https://github.com/bencsikandrei)" );
749749 centeredText (" Pratik Anand (https://github.com/pratikone)" );
750750 centeredText (" Ryan Brown (https://github.com/rbrown46)" );
751+ centeredText (" Soham Roy (https://github.com/sohamroy19)" );
752+ centeredText (" PatriotRossii (https://github.com/PatriotRossii)" );
751753 centeredText (" s-martin (https://github.com/s-martin)" );
752754
753755 ImGui::NewLine ();
You can’t perform that action at this time.
0 commit comments