Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GameDevWeek
Sommersemester 2015
Cpp
Deth Buff Arr
Commits
6862a040
Commit
6862a040
authored
Sep 29, 2015
by
Michael Ochmann
Browse files
forgot to return something -.-
parent
488d41fa
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/game_state_machine/credits_state.cpp
View file @
6862a040
...
...
@@ -62,7 +62,7 @@ namespace gdw {
}
text_widget
*
credits_state
::
generateHeader
(
std
::
string
text
)
{
this
->
rootElement
->
add_widget
<
text_widget
>
(
return
(
text_widget
*
)
this
->
rootElement
->
add_widget
<
text_widget
>
(
25
/
100.
f
,
this
->
topMargin
,
100
/
100.
f
,
100
/
100.
f
,
...
...
@@ -74,7 +74,7 @@ namespace gdw {
}
text_widget
*
credits_state
::
generateText
(
std
::
string
text
)
{
this
->
rootElement
->
add_widget
<
text_widget
>
(
return
(
text_widget
*
)
this
->
rootElement
->
add_widget
<
text_widget
>
(
25
/
100.
f
,
this
->
topMargin
,
100
/
100.
f
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment