We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 667bfcf commit 2fff241Copy full SHA for 2fff241
examples/HelloRadium/main.cpp
@@ -27,9 +27,7 @@ int main( int argc, char* argv[] ) {
27
//! [Verifying the OpenGL version available to the engine]
28
29
//! [Creating the cube]
30
- std::cerr << "CREATE CUBE\n";
31
auto cube { std::move( Ra::Core::Geometry::makeSharpBox2( { 0.1f, 0.1f, 0.1f } ) ) };
32
- std::cerr << "DONE CUBE\n";
33
34
35
//! [Colorize the Cube]
0 commit comments